summaryrefslogtreecommitdiff
path: root/exampleSite/config.yml
blob: 3ce75ffc3ebaeb6ccee4242296d4aff28878c068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# hugo server --themesDir ...

baseURL: http://example.org
title: Hugo Book
theme: hugo-book

# Book configuration
disablePathToLower: true

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