|
@@ -268,20 +268,20 @@
|
|
|
<ol>
|
|
|
|
|
|
<li>
|
|
|
- <a href="#1.-install-hugo">
|
|
|
- 1. Install Hugo
|
|
|
+ <a href="#install-hugo">
|
|
|
+ Install Hugo
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
- <a href="#2.-install-node--npm">
|
|
|
- 2. Install Node & NPM
|
|
|
+ <a href="#install-node--npm">
|
|
|
+ Install Node & NPM
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
- <a href="#3.-getting-the-files">
|
|
|
- 3. Getting the files
|
|
|
+ <a href="#getting-the-files">
|
|
|
+ Getting the files
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
@@ -294,7 +294,7 @@
|
|
|
|
|
|
<p><strong>Infusion</strong> is built using the static site engine, <a href="https://gohugo.io/">Hugo</a>, and NPM. The codebase is available to download on Github. Let’s get set up step-by-step.</p>
|
|
|
|
|
|
-<h2 id="1-install-hugo">1. Install Hugo</h2>
|
|
|
+<h2 id="install-hugo">Install Hugo</h2>
|
|
|
|
|
|
<p>First we need to install Hugo globally.</p>
|
|
|
|
|
@@ -314,11 +314,11 @@
|
|
|
|
|
|
<p>Installing on Windows is a bit more involved than on OSX. The authors of Hugo provide <a href="https://gohugo.io/tutorials/installing-on-windows/">a guide</a> with instructions for technical and less technical users.</p>
|
|
|
|
|
|
-<h2 id="2-install-node-npm">2. Install Node & NPM</h2>
|
|
|
+<h2 id="install-node-npm">Install Node & NPM</h2>
|
|
|
|
|
|
<p>It is likely you already have Node and NPM installed on your system. If so, you can skip this step. Otherwise, <a href="https://docs.npmjs.com/getting-started/installing-node">refer to NPM’s own guide</a>, which includes a video tutorial.</p>
|
|
|
|
|
|
-<h2 id="3-getting-the-files">3. Getting the files</h2>
|
|
|
+<h2 id="getting-the-files">Getting the files</h2>
|
|
|
|
|
|
<p><strong>Infusion</strong> is hosted on Github. To start using it, you’ll need to get the files from there. If you are comfortable with the command line, just fork the <a href="https://github.com/heydon/inclusive-pattern-library">github.com/heydon/inclusive-pattern-library</a> repository, then do a <code>git clone</code> to your local system. Replace <code>[your username]</code> in the following:</p>
|
|
|
|