-
Notifications
You must be signed in to change notification settings - Fork 348
/
config.toml
158 lines (133 loc) · 3.87 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
baseURL = "https://www.qikqiak.com/"
languageCode = "en-us"
title = "阳明的博客"
theme = "beautifulhugo"
canonifyURLs = true
DefaultContentLanguage = "zh"
pygmentsCodeFences = true
pygmentsUseClasses = false
pygmentsStyle = "dracula"
pygmentsCodefencesGuessSyntax = true
pygmentsUseClassic = false
paginate = 12
googleAnalytics = "UA-69668147-3"
autoFigure = true
[params]
subtitle = "关注 ChatGPT、Kubernetes、Istio、DevOps、Prometheus、Python、Golang、云原生、微服务等技术"
keywords = "chatgpt、docker、kubernetes、istio、devops、prometheus、python、golang、云原生、微服务"
author = "阳明"
navLogo = "https://picdn.youdianzhishi.com/images/blog-logo-new.png"
logo = "https://picdn.youdianzhishi.com/images/blog-favicon.png"
avatar = "https://picdn.youdianzhishi.com/images/blog-favicon.png"
favicon = "https://picdn.youdianzhishi.com/images/blog-favicon.png"
rss = true
reward = true
algolia = "8804ac109158bb3bb60d74ce98fa332f" # API key
useWebfont = true
customCSSAssets = []
customJSAssets = []
defaultImg = "https://picdn.youdianzhishi.com/images/photo-1557380664-dd666ff4e559.jpeg"
[params.adsense]
client = "ca-pub-5376999672787220"
inArticleSlot = "5684687044"
textSlot = "9165834656"
[params.gitcomment]
owner = "cnych"
repo = "blog"
clientId = "bdb76dbb2e9d0786e350"
clientSecret = "b454b2a08013fd0e32013be7a63fa8fcb262b6c4"
# [[params.banner]]
# src = "https://picdn.youdianzhishi.com/images/k8s-banner-k8scourse.jpg"
# desc = "打造独当一面的 Kubernetes 运维、开发工程师"
# url = "/post/promotion-51/"
[[params.banner]]
src = "https://picdn.youdianzhishi.com/images/aliyun-cloudnative-edu1.jpeg"
desc = "云原生技术公开课"
url = "https://edu.aliyun.com/roadmap/cloudnative?spm=a1z389.11499242.0.0.65452413qdXfZ7&utm_content=g_1000093512"
[[params.banner]]
src = "https://picdn.youdianzhishi.com/images/k8s-banner-ydzs.jpg"
desc = "优点知识"
url = "https://youdianzhishi.com/?utm_source=blog&utm_campaign=referral&utm_medium=banner"
[[params.banner]]
src = "https://picdn.youdianzhishi.com/images/k8s-banner-promebook.jpg"
desc = "《深入浅出 Prometheus》"
url = "https://detail.tmall.com/item.htm?spm=a212k0.12153887.0.0.64a3687dQ6nSzh&id=590161370307"
# [[params.bigimg]]
# src = "img/golang-k8s.png"
# desc = ""
# position = "center top"
[[menu.main]]
name = "首页"
url = "/"
weight = 1
[[menu.main]]
identifier = "course"
name = "课程"
weight = 2
url = "https://youdianzhishi.com/?utm_source=blog&utm_campaign=referral&utm_medium=topmenu"
[[menu.main]]
identifier = "categories"
name = "文章分类"
weight = 3
[[menu.main]]
parent = "categories"
name = "Archive"
url = "archives"
weight = 1
[[menu.main]]
parent = "categories"
name = "tags"
url = "tags"
weight = 1
[[menu.main]]
parent = "categories"
name = "kubernetes"
url = "tags/kubernetes"
weight = 2
[[menu.main]]
parent = "categories"
name = "python"
url = "tags/python"
weight = 3
[[menu.main]]
parent = "categories"
name = "django"
url = "tags/django"
weight = 4
[[menu.main]]
parent = "categories"
name = "devops"
url = "tags/devops"
weight = 5
[[menu.main]]
identifier = "book"
name = "书籍"
weight = 4
[[menu.main]]
parent = "book"
name = "k8s进阶手册"
url = "/k8s-book/"
weight = 1
[[menu.main]]
parent = "book"
name = "一起学istio"
url = "/istio-book/"
weight = 2
[[menu.main]]
parent = "book"
name = "Python微服务"
url = "/tdd-book/"
weight = 3
[[menu.main]]
parent = "book"
name = "Markdown微信"
url = "https://md.qikqiak.com/"
weight = 4
[[menu.main]]
name = "关于"
url = "page/about/"
weight = 5
[[menu.main]]
name = "RSS"
url = "index.xml"
weight = 6