-
Notifications
You must be signed in to change notification settings - Fork 49
/
config.toml
89 lines (82 loc) · 1.94 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
78
79
80
81
82
83
84
85
86
87
88
89
Title = "蘭陵N散記"
LanguageCode = "zh-CN"
BaseUrl = "http://lanlingzi.cn/"
Theme = "next"
MetaDataFormat = "yaml"
CanonifyUrls = true
BuildDrafts = false
PaginatePath = "p"
Paginate = 8
DisablePathToLower = false
HasCJKLanguage = true
PreserveTaxonomyNames = false
UglyUrls = false
PygmentsStyle = "monokai"
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true
DefaultContentLanguage = "zh"
[Params]
Introduce = "Programmer & Architect"
Description = "蘭陵N散記 | 博客 | 软件 | 架构 | Java | Golang"
Keywords = "蘭陵N散記,兰陵,独立,博客,程序员,架构师,个人,思考,读书,笔记,技术,分享,Golang"
Subtitle = "一指流沙,程序年华"
Imglogo = "/img/logo.png"
AuthorImg = "/img/author.jpg"
DateFormat = "2006-01-02"
YearFormat = "2006年"
MonthFormat = "01-02"
#BaiduStatsId = "0b07433b4ab8d587dae7d34e71973839"
#QQStatsId = "58416275"
RevolverMapId = "5b4f2ucxar6"
Fancybox = true
[Author]
Name = "兰陵子"
[Params.Share]
#DuoShuo = "lanlingzi"
Baidu = true
[Params.utterances] # https://utteranc.es/
owner = "" # Your GitHub ID
repo = "" # The repo to store comments
[[Menu.Main]]
Name = "首页"
Pre = "home"
URL = "/"
Weight = 1
[[Menu.Main]]
Name = "技术"
Pre = "code"
URL = "/categories/技术/"
Weight = 2
[[Menu.Main]]
Name = "感想"
Pre = "tint"
URL = "/categories/感想/"
Weight = 3
[[Menu.Main]]
Name = "笔记"
Pre = "book"
URL = "/categories/笔记/"
Weight = 4
[[Menu.Main]]
Name = "杂记"
Pre = "leaf"
URL = "/categories/杂记/"
Weight = 5
[[Menu.Main]]
Name = "归档"
Pre = "archive"
URL = "/post/"
Weight = 6
[[Menu.Main]]
Name = "关于"
Pre = "user"
URL = "/about/"
Weight = 7
[[Params.Socials]]
Name = "GitHub"
Icon = "github"
URL = "https://github.com/xtfly/"
[[Params.Socials]]
Name = "知乎"
Icon = "globe"
URL = "https://www.zhihu.com/people/lan-ling-xin-yun"