unnumbered installation headings
This commit is contained in:
parent
7807264e99
commit
33a5434c62
|
@ -4,7 +4,7 @@ title = "Installation"
|
|||
|
||||
**Infusion** is built using the static site engine, [Hugo](https://gohugo.io/), and NPM. The codebase is available to download on Github. Let's get set up step-by-step.
|
||||
|
||||
## 1. Install Hugo
|
||||
## Install Hugo
|
||||
|
||||
First we need to install Hugo globally.
|
||||
|
||||
|
@ -22,11 +22,11 @@ Alternatively, you can manually [install Hugo from a package](https://github.com
|
|||
|
||||
Installing on Windows is a bit more involved than on OSX. The authors of Hugo provide [a guide](https://gohugo.io/tutorials/installing-on-windows/) with instructions for technical and less technical users.
|
||||
|
||||
## 2. Install Node & NPM
|
||||
## Install Node & NPM
|
||||
|
||||
It is likely you already have Node and NPM installed on your system. If so, you can skip this step. Otherwise, [refer to NPM's own guide](https://docs.npmjs.com/getting-started/installing-node), which includes a video tutorial.
|
||||
|
||||
## 3. Getting the files
|
||||
## Getting the files
|
||||
|
||||
**Infusion** 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 [github.com/heydon/inclusive-pattern-library](https://github.com/heydon/inclusive-pattern-library) repository, then do a `git clone` to your local system. Replace `[your username]` in the following:
|
||||
|
||||
|
|
|
@ -112,7 +112,7 @@ The expandable shortcode takes three parameters:
|
|||
|
||||
<guid>https://heydon.github.io/infusion/patterns/installation/</guid>
|
||||
<description>Infusion is built using the static site engine, Hugo, and NPM. The codebase is available to download on Github. Let&rsquo;s get set up step-by-step.
|
||||
1. Install Hugo First we need to install Hugo globally.
|
||||
Install Hugo First we need to install Hugo globally.
|
||||
OSX users If you are a Mac user and have Homebrew on your system, installing Hugo is simple:
|
||||
brew install hugo Alternatively, you can manually install Hugo from a package. You can verify the installation was successful by typing:</description>
|
||||
</item>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<guid>https://heydon.github.io/infusion/patterns/installation/</guid>
|
||||
<description>Infusion is built using the static site engine, Hugo, and NPM. The codebase is available to download on Github. Let&rsquo;s get set up step-by-step.
|
||||
1. Install Hugo First we need to install Hugo globally.
|
||||
Install Hugo First we need to install Hugo globally.
|
||||
OSX users If you are a Mac user and have Homebrew on your system, installing Hugo is simple:
|
||||
brew install hugo Alternatively, you can manually install Hugo from a package. You can verify the installation was successful by typing:</description>
|
||||
</item>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user