2018-10-08 18:56:06 +00:00
|
|
|
# hugo server --themesDir ...
|
|
|
|
|
2018-10-30 15:04:09 +00:00
|
|
|
baseURL: https://example.com
|
2018-10-30 14:56:42 +00:00
|
|
|
title: Hugo Book
|
2018-10-08 18:56:06 +00:00
|
|
|
theme: hugo-book
|
2018-09-29 23:31:24 +00:00
|
|
|
|
|
|
|
# Book configuration
|
|
|
|
disablePathToLower: true
|
|
|
|
|
|
|
|
params:
|
|
|
|
# show or hide table of contents for page
|
|
|
|
BookShowToC: true
|
|
|
|
|
|
|
|
# Set bundle to render side menu
|
|
|
|
# if not specified file structure and weights will be used
|
|
|
|
BookMenuBundle: /menu
|
|
|
|
|
|
|
|
# specify section of content to render as menu
|
|
|
|
# if bookMenuBundle is not set, 'docs' is value by default
|
|
|
|
BookSection: docs
|