2018-10-08 20:56:06 +02:00
|
|
|
# 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
|
2018-10-08 20:56:06 +02:00
|
|
|
theme: hugo-book
|
2018-12-03 08:22:05 +01:00
|
|
|
# themesDir: ../..
|
2018-09-30 01:31:24 +02:00
|
|
|
|
|
|
|
# Book configuration
|
|
|
|
disablePathToLower: true
|
2018-12-15 04:53:50 +01:00
|
|
|
enableGitInfo: false
|
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
|
2018-12-15 04:53:50 +01:00
|
|
|
BookMenuBundle: /menu
|
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
|
|
|
|
2018-12-15 04:53:50 +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.
|
2018-12-15 04:53:50 +01:00
|
|
|
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
|
|
|
|
# BookEditPath: edit/master/exampleSite/content
|