Skip to content

Commit

Permalink
Update getting-started.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jan 15, 2018
1 parent d8b3675 commit 04d6b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/getting-started.html
Expand Up @@ -176,7 +176,7 @@ <h4 class="panel-title"><a class="collapsed" role="button" data-toggle="collapse
<div class="row">
<h2 id="init">Step 2. Initialize a site</h2>
<div class="col-md-7">
<p>After installing Nikola, you should create a site. A site is a collection of all assets needed to create your site: configuration, posts, pages, images, and all other files and customizations.</p>
<p>After installing Nikola, you should create a site. A site is a collection of all assets needed to create your site: configuration, posts, pages, images, and all other files and customizations. This is the important data, so put it where you put that kind of things.</p>
<p>To create a site, you need to run <code class="gs-code gs-command">nikola init --demo &lt;directory_name&gt;</code>. A friendly wizard will be launched, letting you configure your site easily. The <code class="gs-code">--demo</code> option is used to fill your site with some demo content. (If you do not want the wizard, use the <code class="gs-code">--quiet</code> argument.)</p>
</div>
<div class="col-md-5">
Expand Down

0 comments on commit 04d6b66

Please sign in to comment.