|
@@ -39,7 +39,8 @@ brew install hugo Alternatively, you can manually install Hugo from a package. Y
|
|
|
|
|
|
<guid>https://heydon.github.io/infusion/patterns/serving/</guid>
|
|
|
<description>Serving locally While you&rsquo;re creating content for your library, you&rsquo;ll probably want to see what the finished product looks like. Fortunately, Infusion is easy to serve locally using the serve command:
|
|
|
-npm run serve This will serve your working library from localhost:1313 (the exact URL will be determined by what&rsquo;s in your baseURL and will be revealed to you by your terminal). Whenever you make changes to your library&rsquo;s files, the site will automatically rebuild.</description>
|
|
|
+npm run serve This will serve your working library from localhost:1313. Whenever you make changes to your library&rsquo;s files, the site will automatically rebuild. No need to refresh the web page!
|
|
|
+Publishing on Github Pages Infusion creates a /docs folder containing the latest version of your library whenever you do an npm run build or a git commit.</description>
|
|
|
</item>
|
|
|
|
|
|
</channel>
|