Move import config below module commands

master
Will Faught 2 years ago
parent 604443d195
commit 8846d9fdde

@ -131,14 +131,6 @@ See [Hugo's quick start guide](https://gohugo.io/getting-started/quick-start/) f
## Install
Example `config.yaml`:
```yaml
module:
imports:
- path: "github.com/willfaught/paige"
```
Install:
```sh
@ -154,6 +146,14 @@ $ cd yourproject
$ hugo mod get -u
```
Example `config.yaml`:
```yaml
module:
imports:
- path: "github.com/willfaught/paige"
```
## Run
```sh

Loading…
Cancel
Save