Move import config below module commands
This commit is contained in:
16
README.md
16
README.md
@@ -131,14 +131,6 @@ See [Hugo's quick start guide](https://gohugo.io/getting-started/quick-start/) f
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
Example `config.yaml`:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
module:
|
|
||||||
imports:
|
|
||||||
- path: "github.com/willfaught/paige"
|
|
||||||
```
|
|
||||||
|
|
||||||
Install:
|
Install:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@@ -154,6 +146,14 @@ $ cd yourproject
|
|||||||
$ hugo mod get -u
|
$ hugo mod get -u
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Example `config.yaml`:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
module:
|
||||||
|
imports:
|
||||||
|
- path: "github.com/willfaught/paige"
|
||||||
|
```
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Reference in New Issue
Block a user