Go language learning ...
Development:
# install hugo-book as git submodule
git submodule add [email protected]:alex-shpak/hugo-book.git themes/book
hugo server --minify --theme book
Manually deploy:
./deploy.sh
Any changes in the
content
directory will automatically trigger a deployment.
By default, the hugo-book theme will render pages from the content/docs
section as a menu in a tree structure.
You can set title
and weight
in the front matter of pages to adjust the order and titles in the menu.