2019-04-22 17:17:39 +00:00
|
|
|
# hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/example
|
2018-10-08 18:56:06 +00:00
|
|
|
|
2019-02-20 09:24:15 +00:00
|
|
|
baseURL: https://example.com/
|
2018-10-30 14:56:42 +00:00
|
|
|
title: Hugo Book
|
2018-10-08 18:56:06 +00:00
|
|
|
theme: hugo-book
|
2019-05-22 08:23:34 +00:00
|
|
|
disableKinds: ['taxonomy', 'taxonomyTerm']
|
2018-12-03 07:22:05 +00:00
|
|
|
# themesDir: ../..
|
2018-09-29 23:31:24 +00:00
|
|
|
|
|
|
|
# Book configuration
|
|
|
|
disablePathToLower: true
|
2019-01-01 13:20:10 +00:00
|
|
|
enableGitInfo: true
|
2018-09-29 23:31:24 +00:00
|
|
|
|
2019-03-29 15:15:43 +00:00
|
|
|
# Code highlight
|
|
|
|
pygmentsStyle: monokailight
|
|
|
|
pygmentsCodeFences: true
|
|
|
|
|
2018-09-29 23:31:24 +00:00
|
|
|
params:
|
2019-02-19 23:27:25 +00:00
|
|
|
# (Optional, default true) Show or hide table of contents globally
|
|
|
|
# You can also specify this parameter per page in front matter
|
2018-09-29 23:31:24 +00:00
|
|
|
BookShowToC: true
|
|
|
|
|
2019-02-19 23:27:25 +00:00
|
|
|
# (Optional, default none) Set leaf bundle to render as side menu
|
|
|
|
# When not specified file structure and weights will be used
|
2019-04-23 20:31:17 +00:00
|
|
|
BookMenuBundle: /menu
|
2018-09-29 23:31:24 +00:00
|
|
|
|
2019-02-19 23:27:25 +00:00
|
|
|
# (Optional, default docs) Specify section of content to render as menu
|
2019-05-22 08:23:34 +00:00
|
|
|
# You can also set value to '*' to render all sections to menu
|
2019-04-23 20:31:17 +00:00
|
|
|
BookSection: docs
|
2019-02-19 23:27:25 +00:00
|
|
|
|
2019-02-11 22:06:48 +00:00
|
|
|
# This value is duplicate of $link-color for making active link highlight in menu bundle mode
|
|
|
|
# BookMenuBundleActiveLinkColor: \#004ed0
|
|
|
|
|
2019-02-19 23:27:25 +00:00
|
|
|
# Include JS scripts in pages. Disabled by default.
|
|
|
|
# - Keep side menu on same scroll position during navigation
|
|
|
|
BookEnableJS: true
|
2018-12-03 07:22:05 +00:00
|
|
|
|
2018-12-15 03:53:50 +00: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 07:22:05 +00:00
|
|
|
# Enable "Edit this page" links for 'doc' page type.
|
2018-12-15 03:53:50 +00:00
|
|
|
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
|
2019-02-19 23:27:25 +00:00
|
|
|
# Path must point to 'content' directory of repo.
|
2019-01-01 13:39:06 +00:00
|
|
|
BookEditPath: edit/master/exampleSite/content
|
2019-03-29 15:59:00 +00:00
|
|
|
|
|
|
|
# Configure the date format used on the pages
|
|
|
|
# - In git information
|
|
|
|
# - In blog posts
|
2019-05-22 08:23:34 +00:00
|
|
|
BookDateFormat: 'Jan 2, 2006'
|