mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 03:19:25 +00:00
21 lines
468 B
YAML
21 lines
468 B
YAML
# hugo server --themesDir ...
|
|
|
|
baseURL: https://example.com
|
|
title: Hugo Book
|
|
theme: hugo-book
|
|
|
|
# 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
|