-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
77 lines (61 loc) · 1.38 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# 分类:技术、国学、随笔、管理
baseurl = "https://blog.gavingao.cn"
languageCode = "utf-8"
theme = "anatole"
summaryLength = 1
title = "升升说"
[params]
title = "升升说"
author = "Gavin Gao"
description = "路漫漫其修远兮,吾将上下而求索"
contentratio = 0.70
redirectUrl = "https://blog.gavingao.cn"
favicon = "favicons/"
toc=true
profilePicture = "/img/keep.jpg"
copyright = "Gavin Gao {{ YEAR }}"
singleDateFormat = "Jan 2, 2006"
indexDateFormat = "Jan 2, 2006"
listDateFormat = "Jan 2"
# related posts
relatedPosts = true
numberOfRelatedPosts = 3
# readmore
readMore = false
[permalinks]
'/' = '/post/'
[[params.socialIcons]]
icon = "fa-brands fa-github"
title = "Github"
url = "https://github.com/GaoJiasheng"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:[email protected]"
[[params.socialIcons]]
icon = "fa-brands fa-twitter"
title = "twitter"
url = "https://twitter.com/gaojiashenghim"
[params.utterances]
repo = "gaojiasheng/blog-with-hugo"
issueTerm = "title"
theme= "github-light"
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[menu.main]]
name = "时间线"
weight = 300
identifier = "posts"
url = "/post/"
[markup]
[markup.highlight]
lineNos = true
lineNumbersInTable = false
noClasses = true
noHl = false
style = 'monokai'
tabWidth = 8