-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
51 lines (44 loc) · 1.04 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 = "https://howieyuen.github.io/"
languageCode = 'en-us'
title = "袁昊的学习笔记"
disablePathToLower = true
enableGitInfo = true
[module]
[[module.imports]]
path = 'github.com/howieyuen/hugo-book'
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
[languages.en]
languageName = "English"
contentDir = "content"
weight = 1
[[menu.after]]
name = "Github"
url = "https://github.com/howieyuen/"
weight = 10
[params]
BookTheme = "light"
BookToC = true
BookLogo = "/logo.jpeg"
BookSection = "docs"
BookRepo = "https://github.com/howieyuen/howieyuen.github.io"
BookDateFormat = "January 2, 2006"
BookSearch = true
BookComments = true
BookPortableLinks = true
BookServiceWorker = true
enableGitalk = true
[params.Gitalk]
clientID = "b4cc17dbafc8ad637453"
clientSecret = "77b4685b4d6da0280eca116a66b6f01244033d35"
repo = "howieyuen.github.io"
owner = "howieyuen"
admin = "howieyuen"
id = "location.pathname"
labels = "gitalk"
perPage = 15
pagerDirection = "last"
createIssueManually = true
distractionFreeMode = false