hugo-book-theme/exampleSite/config.yml
Nick Shine 74f9dbf0cd add last-modified date
Last modified date links to latest commit for the active page of 'doc'
type. Disabled by default keep with the minimalist theme.
2018-12-20 21:07:15 +01:00

30 lines
831 B
YAML

# hugo server --themesDir ...
baseURL: https://example.com
title: Hugo Book
theme: hugo-book
# themesDir: ../..
# Book configuration
disablePathToLower: true
enableGitInfo: false
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
# Set source repository location.
# Used for 'Last Modified' and 'Edit this page' links.
BookRepo: https://github.com/alex-shpak/hugo-book
# Enable "Edit this page" links for 'doc' page type.
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
# BookEditPath: edit/master/exampleSite/content