-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
93 lines (89 loc) · 2.2 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
baseURL = "https://blog.devstream.io"
defaultContentLanguage = "en"
languageCode = "en"
hasCJKLanguage = true
title = "DevStream Blog"
googleAnalytics = "G-GW88B1KC6Z"
theme = "LoveIt"
[params]
version = "0.2.X"
[params.header]
[params.header.title]
pre = "<i class='fa fa-solid fa-terminal'></i>"
post = "<i class='fa fa-solid fa-user-secret'></i>"
name = "DevStream Blog"
[params.page]
[params.page.toc]
enable = true
auto = true
[params.home]
[params.home.profile]
enable = true
avatarURL = "/images/logo-120px.jpg"
title = "DevStream"
subtitle = "The open-source DevOps toolchain manager (DTM)"
typeit = true
social = true
[params.social]
GitHub = "devstream-io"
Medium = "devstream"
Devto = "devstream"
RSS = true
# Google网站分析配置
[params.analytics]
enable = true
# Google Analytics
[params.analytics.google]
id = "G-GW88B1KC6Z"
# whether to anonymize IP
anonymizeIP = true
[params.section]
# special amount of posts in each section page
paginate = 30
dateFormat = "01-02"
rss = 10
[params.footer]
enable = true
custom = 'Merico Inc. and the DevStream Contributors'
hugo = false
copyright = true
author = false
[menu]
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 2
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 3
[[menu.main]]
identifier = "posts"
name = "Archive"
url = "/posts/"
weight = 4
[[menu.main]]
identifier = "github"
pre = "<i class='fab fa-github fa-fw'></i>"
name = ""
title = "Github"
url = "https://github.com/devstream-io/devstream"
weight = 5
# Hugo 解析文档的配置
[markup]
# 语法高亮设置 (https://gohugo.io/content-management/syntax-highlighting)
[markup.highlight]
# false 是必要的设置 (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false
# Table Of Contents settings
# 目录设置
[markup.tableOfContents]
startLevel = 2
endLevel = 6