-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
142 lines (131 loc) · 3.01 KB
/
config.yaml
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
baseurl: "https://kangyu.org/"
languageCode: "en-us"
title: "Kang Yu"
theme: "hugo-lithium-theme"
googleAnalytics: "UA-100370947-1"
disqusShortname: "kangyu"
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
hasCJKLanguage: true
enableEmoji: true
footnotereturnlinkcontents: "↩"
rssLimit: 100
permalinks:
cn: "/cn/:year-:month-:day-:slug/"
en: "/en/:year-:month-:day-:slug/"
test: "/test/:year-:month-:day-:slug/"
menu:
main:
# home is not shown on Home
- name: "About"
url: "/about/"
weight: 5
# - name: "CV"
# url: "/cv/"
# weight: 2
# - name: "Research"
# url: "/research/"
# weight: 3
# - name: "Links"
# url: "/links/"
# weight: 4
- name: "ImageStory"
url: "/imstory/"
weight: 2
- name: "Blog"
url: "/en/"
weight: 1
- name: "中文"
url: "/cn/"
weight: 6
en:
- name: "Home"
url: "/"
weight: 1
- name: "Blog"
url: "/en/"
weight: 2
- name: "About"
url: "/about/"
weight: 4
- name: "@Work"
url: "http://kangyu.postach.io/"
weight: 3
- name: "中文"
url: "/cn/"
weight: 5
cn:
- name: "首页"
url: "/"
weight: 1
- name: "关于"
url: "/cn/about/"
weight: 4
- name: "影迹"
url: "/imstory/"
weight: 3
- name: "博客"
url: "/cn/"
weight: 2
- name: "..."
url: "/test/"
weight: 5
- name: "English"
url: "/en/"
weight: 6
test:
# - name: "首页"
# url: "/"
# weight: 1
# - name: "关于"
# url: "/cn/about/"
# weight: 2
# - name: "博客"
# url: "/cn/"
# weight: 3
- name: "🚧施工请绕行🚧"
url: "/test/"
weight: 4
- name: "中文"
url: "/cn/"
weight: 5
- name: "English"
url: "/en/"
weight: 6
params:
description: "Personal website of Kang Yu"
disqusURL: "http://kangyu.org/"
dateFormat: "2006/01/02"
customCSS: ["css/custom.css"]
customJS: ["js/center-img.js", "js/right-quote.js", "js/no-highlight.js", "js/fix-footnote.js"]
githubContentURL: "https://github.com/rbind/kangyu/edit/master/content/"
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion: "9.11.0"
highlightjsCDN: "//cdn.bootcss.com"
highlightjsLang: ["r", "yaml", "tex"]
highlightjsTheme: "github"
MathJaxVersion: "2.7.1"
MathJaxCDN: "//cdn.bootcss.com"
social:
twitter: "kan9yu"
github: "kang-yu"
weibo: ""
weibo_url: "http://weibo.com/112412514"
logo:
url: "logo.png"
width: 60
height: 60
alt: "Kang Yu"
author:
en: "Kang Yu"
cn: "于康"
lang:
edit:
en: "Suggest an edit of this page"
cn: "编辑本页"
blackfriday:
extensionsmask: ["noIntraEmphasis"]
hrefTargetBlank: true
markup:
goldmark:
renderer:
unsafe: true