-
Notifications
You must be signed in to change notification settings - Fork 35
/
config.toml
95 lines (75 loc) · 2.05 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
94
95
baseURL = "https://alc-beijing.github.io/alc-site"
googleAnalytics = "UA-6539751-3"
languageCode = "en-us"
title = "ALC Beijing 博客"
author = "Hugo Authors"
theme = "hugo-vitae"
canonifyURLs = true
paginate = 5
enableRobotsTXT = true
pygmentsstyle = "colorful"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[params]
# Use homepage.md instead of a list of posts
homepage = false
# Add meta keywords in head part (Site Keywords or Tags of Page)
keywords = ["ALC Beijing","Blogs"]
# Add meta description in head part
description = "The blogs maintained by ALC Beijing for Open Source information"
# Add pagetitle to homepage <title> tag
pagetitle = "All about static site generation"
# Add a subtitle to your website
subtitle = "介绍 Apache 之道,推广开源项目,传播开源精神,让更多的本土开发者近距离了解 ASF 以及开源文化!"
# Add math typesetting with KaTeX (Global with this Param)
math = true
# Optional 80x80 avatar image.
avatar = "images/ALCBejing-Avatar.png"
# Optional favicons for website
#favicon = true
# Add list of sections that should show up on the homepage
mainSections = ["post"]
[menu]
[[menu.main]]
identifier = "post"
name = "博客"
title = "post"
url = "/post/"
weight = 2
[[menu.main]]
identifier = "about"
name = "关于 ALC Beijing"
title = "About"
url = "/post/alc-beijing-creation/"
weight = 0
[[menu.main]]
identifier = "translation"
name = "翻译"
title = "Translation"
url = "https://github.com/alc-beijing/translation"
weight = 1
[[menu.main]]
name = "标签"
url = "/tags"
weight = 4
[[menu.main]]
name = "分类"
url = "/categories"
weight = 5
# Social Menu
[[params.social]]
name = "Github"
icon = "fab fa-github"
url = "https://github.com/alc-beijing/alc-site"
#[[params.social]]
#name = "Email"
#icon = "fas fa-envelope"
#cmd = "mailto:[email protected]"
[[params.social]]
name = "RSS"
icon = "fas fa-rss"
url = "/index.xml"