-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
93 lines (84 loc) · 2.09 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
90
91
92
93
[site]
title = "傅小黑的闲言碎语"
sub_title = ""
base = "https://fuxiaohei.me"
description = "傅小黑的闲言碎语,记录生活中的胡说八道"
keywords = ["傅小黑", "博客", "blog"]
[[menu]]
Title = "首页"
Slug = "/"
Blank = false
[[menu]]
Title = "归档"
Slug = "/archives/"
Blank = false
[[menu]]
Title = "好友"
Slug = "/friends/"
Blank = false
[[menu]]
Title = "简历"
Slug = "/resume/"
Blank = false
[[menu]]
Title = "关于"
Slug = "/about/"
Blank = false
[theme]
directory = "./themes/default"
config_file = "theme_config.toml"
[build]
output_dir = "./build"
static_assets_dir = ["./assets"]
post_link_format = "/{{.Date.Year}}/{{.Date.Month}}/{{.Slug}}/"
tag_link_format = "/tag/{{.Tag}}/"
tag_page_link_format = "/tag/{{.Tag}}/{{.Page}}/"
post_per_page = 5
post_page_link_format = "/page/{{.Page}}/"
archive_link = "/archives/"
feed_post_limit = 10
enable_minify_html = true
[[author]]
name = "傅小黑"
email = "[email protected]"
website = "https://fuxiaohei.me"
bio = "Backend Developer"
avatar = "/assets/avatar.jpeg"
use_gravatar = true
slug = "/author/admin/"
[author.social]
github = "https://github.com/fuxiaohei"
twitter = "https://twitter.com/fuxiaohei"
weibo = "https://weibo.com/fuxiaohei"
[extension]
[extension.feed]
enabled = true
limit_nums = 10
link = "/atom.xml"
[extension.sitemap]
enabled = true
link = "/sitemap.xml"
[extension.analytics]
[extension.analytics.google_analytics]
enabled = true
uid = "G-HZ7KDTMQGZ"
[extension.analytics.plausible]
enabled = false
data_domain = ""
[extension.analytics.v51la]
enabled = true
id = "JgQKqXcskjN3xofP"
ck = "JgQKqXcskjN3xofP"
[extension.comments]
enabled = true
[extension.comments.disqus]
enabled = false
shortname = ""
[extension.comments.valine]
enabled = false
app_id = ""
app_key = ""
server_url = ""
[extension.comments.twikoo]
enabled = true
eid = "fuxiaohei-me-twikoo-1cfr7ffc1db8"