2019-04-22 19:17:39 +02:00
|
|
|
# hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/example
|
2018-10-08 20:56:06 +02:00
|
|
|
|
2019-02-20 10:24:15 +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
|
2019-05-22 10:23:34 +02:00
|
|
|
disableKinds: ['taxonomy', 'taxonomyTerm']
|
2018-12-03 08:22:05 +01:00
|
|
|
# themesDir: ../..
|
2018-09-30 01:31:24 +02:00
|
|
|
|
|
|
|
# Book configuration
|
|
|
|
disablePathToLower: true
|
2019-01-01 14:20:10 +01:00
|
|
|
enableGitInfo: true
|
2018-09-30 01:31:24 +02:00
|
|
|
|
2019-03-29 16:15:43 +01:00
|
|
|
# Code highlight
|
2019-05-22 16:17:55 +02:00
|
|
|
# pygmentsStyle: monokailight
|
2019-03-29 16:15:43 +01:00
|
|
|
pygmentsCodeFences: true
|
|
|
|
|
2018-09-30 01:31:24 +02:00
|
|
|
params:
|
2019-05-27 16:48:23 +02:00
|
|
|
# (Optional, default 6) Set how many table of contents levels to be showed on page.
|
|
|
|
# Use false/off to hide ToC, note that 0 will default to 6 (https://gohugo.io/functions/default/)
|
2019-02-20 00:27:25 +01:00
|
|
|
# You can also specify this parameter per page in front matter
|
2019-05-27 16:48:23 +02:00
|
|
|
BookToC: 3
|
2018-09-30 01:31:24 +02:00
|
|
|
|
2019-02-20 00:27:25 +01: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 22:31:17 +02:00
|
|
|
BookMenuBundle: /menu
|
2018-09-30 01:31:24 +02:00
|
|
|
|
2019-02-20 00:27:25 +01:00
|
|
|
# (Optional, default docs) Specify section of content to render as menu
|
2019-05-22 10:23:34 +02:00
|
|
|
# You can also set value to '*' to render all sections to menu
|
2019-04-23 22:31:17 +02:00
|
|
|
BookSection: docs
|
2019-02-20 00:27:25 +01:00
|
|
|
|
2019-07-15 18:25:21 +02:00
|
|
|
# (Optional) This value is duplicate of $link-color for making active link highlight in menu bundle mode
|
|
|
|
# BookMenuBundleActiveLinkColor: "\#004ed0"
|
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.
|
2019-02-20 00:27:25 +01:00
|
|
|
# Path must point to 'content' directory of repo.
|
2019-01-01 14:39:06 +01:00
|
|
|
BookEditPath: edit/master/exampleSite/content
|
2019-03-29 16:59:00 +01:00
|
|
|
|
|
|
|
# Configure the date format used on the pages
|
|
|
|
# - In git information
|
|
|
|
# - In blog posts
|
2019-05-22 10:23:34 +02:00
|
|
|
BookDateFormat: 'Jan 2, 2006'
|