aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-01-21 21:46:06 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-01-21 21:46:06 +0100
commit0179d7f2bca0cb8a2116ccac825030e2aaf21a2e (patch)
tree70a1ac14286ea3becbf8956576204357b4a82dd0
parent3181cd8d9e491986f60ce424889354e108873e84 (diff)
Add note about hugo extended requirement
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 37062fa..b46b9ee 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,9 @@
* Designed to not interfere with main website
* Zero initial configuration
+## Requirements
+* Hugo 0.43 or higher
+* Hugo extended version, read more [here](https://gohugo.io/news/0.43-relnotes/)
## Installation
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
```
-
## Menu
### File tree menu (default)
By default theme will render pages from `content/docs` section as menu in a tree structure.