Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffschwartz committed Oct 19, 2023
1 parent ae2c1cc commit 60387d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v1/projectgenerator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h1 id="fpg-project-generator">fpg Project Generator</h1>
<p class="info">Beginning with v1.0.0, fusion.ssg no longer includes a project generator in its package and now requires that it be installed separately as a global package. Please read <a href="/docs/v1/installation">Installation</a> for instructions regarding its installation.</p>
<p class="info">Beginning with v1.0.0, <a href="https://browsersync.io/">Browsersync</a>, which provides synchronized browser testing, has replaced live-server.</p>
<p><em>fpg</em>, fusion.ssg&#39;s project generator, relieves you of the burden of having to manually create and configure your projects. When run, it <em><strong>creates your project and installs all of the project&#39;s dependencies</strong></em>. The most difficult task you will face when creating a new fusion.ssg project is deciding what to name it :).</p>
<p class="info">The generated project that fpg creates uses the <a href="https://picocss.com/">Pico.css</a> frameowork. However, you can delete it from your project's <b>src/css</b> folder and use whatever you prefer to build your website.</p>
<p class="info">The generated project uses the <a href="https://picocss.com/">Pico.css</a> frameowork for styling. However, you can delete it from your project's <b>src/css</b> folder and use whatever you prefer to style your website.</p>
<h2 id="usage">Usage</h2>
<p>To create a new project, run the following in your terminal in a folder of your choice:</p>
<pre><code class="language-shell">fpg n | new &lt;target_folder&gt;
Expand Down

0 comments on commit 60387d5

Please sign in to comment.