hugo-book-theme/exampleSite/config.yml

26 lines
679 B
YAML
Raw Normal View History

# hugo server --themesDir ...
2018-10-30 16:04:09 +01:00
baseURL: https://example.com
2018-10-30 15:56:42 +01:00
title: Hugo Book
theme: hugo-book
2018-12-03 08:22:05 +01:00
# themesDir: ../..
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
2018-12-03 08:22:05 +01:00
# Enable "Edit this page" links for 'doc' page type.
# Disabled by default. Uncomment to enable.
# BookEditURL: https://github.com/alex-shpak/hugo-book/edit/master/exampleSite/content/