-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
40 lines (40 loc) · 845 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
baseURL: https://example.com/
title: Mianshi Handbook
theme: hugo-book
disablePathToLower: yes
enableGitInfo: no
markup:
goldmark:
renderer:
unsafe: yes
tableOfContents:
startLevel: 1
languages:
en:
contentDir: content
languageName: English
weight: 1
zh:
contentDir: content.zh
languageName: Chinese
weight: 2
menu:
after:
- name: Github
url: https://github.com/alex-shpak/hugo-book
weight: 10
- name: Hugo Themes
url: https://themes.gohugo.io/hugo-book/
weight: 20
params:
BookComments: yes
BookDateFormat: January 2, 2006
BookEditPath: edit/main/exampleSite
BookPortableLinks: yes
BookRepo: https://github.com/alex-shpak/hugo-book
BookSearch: yes
BookSection: docs
BookServiceWorker: yes
BookTheme: light
BookToC: yes
BookTranslatedOnly: no