#43, Update tree menu rendering to support multiple sections

This commit is contained in:
Alex Shpak
2019-04-22 19:17:39 +02:00
parent 0084e069de
commit 0b30289d9f
18 changed files with 249 additions and 69 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ git submodule add https://github.com/alex-shpak/hugo-book themes/book
Then run hugo (or set `theme: book` in configuration file)
```
hugo server --theme book
hugo server --minify --theme book
```
### Creating site from scratch
@@ -38,7 +38,7 @@ git submodule add https://github.com/alex-shpak/hugo-book themes/book
cp -R themes/book/exampleSite/content .
```
```sh
hugo server --theme book
hugo server --minify --theme book
```
## Menu