-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
51 lines (39 loc) · 1.2 KB
/
config.toml
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
41
42
43
44
45
46
47
48
49
50
51
baseURL = 'http://www.happymonkeysnowboards.com'
languageCode = 'en-us'
title = 'Monkey Wiki'
theme = 'hugo-book'
disablePathToLower = true
enableGitInfo = true
[frontmatter]
lastmod = ['dateFromWiki', ':default']
# mmmfixme: how to use, what value?
# copyright = 'Everything is mine'
defaultContentLanguage = 'en'
[languages]
[languages.en]
languageName = 'English'
contentDir = 'content/en'
weight = 1
[languages.zh-cn]
languageName = '中文(中国大陆)'
contentDir = 'content/zh-cn'
weight = 2
[menu]
# [[menu.before]]
[[menu.after]]
name = "Github"
url = "https://github.com/mikemag/MonkeyWiki"
weight = 10
[params]
author = "Mike Magruder"
description = "How I built snowboards at Happy Monkey Snowboards. Construction techniques, equipment, materials, etc."
# Site-wide image for OpenGraph
images = ["images/Board_2018.jpg"]
# (Optional, default light) Sets color theme: light, dark or auto.
# Theme 'auto' switches between dark and light modes based on browser/os preferences
BookTheme = 'auto'
BookToC = true
BookSection = 'MonkeyWiki'
BookDateFormat = 'Monday January 02, 2006, at 15:04:05 MST'
BookSearch = false
xrequire_fancybox = true