hugo-book-theme/exampleSite/config.yml

35 lines
1,012 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
disableKinds: ["taxonomy", "taxonomyTerm"]
2018-12-03 08:22:05 +01:00
# themesDir: ../..
2018-09-30 01:31:24 +02:00
# Book configuration
disablePathToLower: true
enableGitInfo: true
2018-09-30 01:31:24 +02:00
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
2018-09-30 01:31:24 +02:00
# This value is duplicate of $link-color for making active link highlight in menu bundle mode
# BookMenuBundleActiveLinkColor: \#004ed0
2018-09-30 01:31:24 +02:00
# 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
# Set source repository location.
# Used for 'Last Modified' and 'Edit this page' links.
BookRepo: https://github.com/alex-shpak/hugo-book
2018-12-03 08:22:05 +01:00
# Enable "Edit this page" links for 'doc' page type.
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
2019-01-01 14:39:06 +01:00
BookEditPath: edit/master/exampleSite/content