hugo-book-theme/exampleSite/config.yml

21 lines
467 B
YAML
Raw Normal View History

# hugo server --themesDir ...
2018-09-30 01:31:24 +02:00
baseURL: http://example.org
2018-10-30 15:56:42 +01:00
title: Hugo Book
theme: hugo-book
2018-09-30 01:31:24 +02: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