Add note about hugo extended requirement
This commit is contained in:
parent
3181cd8d9e
commit
0179d7f2bc
1 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,9 @@
|
||||||
* Designed to not interfere with main website
|
* Designed to not interfere with main website
|
||||||
* Zero initial configuration
|
* Zero initial configuration
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
* Hugo 0.43 or higher
|
||||||
|
* Hugo extended version, read more [here](https://gohugo.io/news/0.43-relnotes/)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Navigate to your hugo website root and run:
|
Navigate to your hugo website root and run:
|
||||||
|
@ -24,7 +27,6 @@ Then run hugo (or set `theme: book` in configuration file)
|
||||||
hugo server --theme book
|
hugo server --theme book
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Menu
|
## Menu
|
||||||
### File tree menu (default)
|
### File tree menu (default)
|
||||||
By default theme will render pages from `content/docs` section as menu in a tree structure.
|
By default theme will render pages from `content/docs` section as menu in a tree structure.
|
||||||
|
|
Loading…
Reference in a new issue