forked from yihui/yihui.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
178 lines (170 loc) · 3.95 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
baseurl: "https://yihui.name/"
languageCode: "en-us"
title: "Yihui Xie | 谢益辉"
theme: "hugo-ivy"
googleAnalytics: "UA-1988641-2"
disqusShortname: "yihui"
ignoreFiles: ["\\.Rmd$", "_files$", "_cache$"]
hasCJKLanguage: true
enableEmoji: true
footnotereturnlinkcontents: "↩"
rssLimit: 100
permalinks:
cn: "/cn/:year/:month/:slug/"
en: "/en/:year/:month/:slug/"
menu:
main:
- name: "About"
url: "/en/about/"
weight: 1
- name: "Blog"
url: "/en/"
weight: 2
- name: "关于"
url: "/cn/about/"
weight: 3
- name: "博客"
url: "/cn/"
weight: 4
en:
- name: "Home"
url: "/"
weight: 1
- name: "About"
url: "/en/about/"
weight: 2
- name: "Blog"
url: "/en/"
weight: 3
- name: "Vitae"
url: "/en/vitae/"
weight: 4
- name: "中文"
url: "/cn/"
weight: 5
cn:
- name: "首页"
url: "/"
weight: 1
- name: "关于"
url: "/cn/about/"
weight: 2
- name: "博客"
url: "/cn/"
weight: 3
- name: "简历"
url: "/cn/vitae/"
weight: 4
- name: "菜谱"
url: "/cn/recipe/"
weight: 5
- name: "English"
url: "/en/"
weight: 6
knitr:
- name: "Home"
url: "/knitr/"
weight: 1
- name: "Options"
url: "/knitr/options/"
weight: 2
- name: "Hooks"
url: "/knitr/hooks/"
weight: 3
- name: "Examples"
url: "/knitr/demos/"
weight: 4
- name: "FAQ"
url: "/knitr/faq/"
weight: 5
- name: "Github repo"
pre: "github"
url: "https://github.com/yihui/knitr"
weight: 6
- name: "Yihui Xie"
url: "/"
weight: 7
animation:
- name: "Home"
url: "/animation/"
weight: 1
- name: "Examples"
url: "/animation/examples/"
weight: 2
- name: "Export"
url: "/animation/export/"
weight: 3
- name: "Resources"
url: "/animation/resources/"
weight: 4
- name: "Github repo"
pre: "github"
url: "https://github.com/yihui/animation"
weight: 5
- name: "Yihui Xie"
url: "/"
weight: 6
tinytex:
- name: "Home"
url: "/tinytex/"
weight: 1
- name: "FAQs"
url: "/tinytex/faq/"
weight: 2
- name: "R package"
url: "/tinytex/r/"
weight: 3
- name: "Hall of Pain"
url: "/tinytex/pain/"
weight: 4
- name: "中文文档"
url: "/tinytex/cn/"
weight: 5
- name: "Github repo"
pre: "github"
url: "https://github.com/yihui/tinytex"
weight: 6
- name: "Yihui Xie"
url: "/"
weight: 7
params:
description: "Personal website of Yihui Xie; 谢益辉的个人网站"
footer: "© [Yihui Xie](/) 2005 - 2018 | [Github](https://github.com/yihui) | [Twitter](https://twitter.com/xieyihui)"
disqusURL: "http://yihui.name"
customJS: ["js/center-img.js", "js/right-quote.js", "js/no-highlight.js", "js/fix-footnote.js", "js/math-code.js"]
githubContentURL: "https://github.com/rbind/yihui/edit/master/content/"
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion: "9.12.0"
highlightjsCDN: "//cdn.bootcss.com"
highlightjsLang: ["r", "yaml", "tex"]
highlightjsTheme: "github"
logo:
en:
img: "/images/logo.png"
url: "/"
alt: "Yihui Xie"
tag: ""
knitr:
img: "/knitr/images/knit-logo.png"
url: "/knitr/"
alt: "knitr logo"
tag: "knitr: elegant, flexible, and fast dynamic report generation with R"
tinytex:
img: "/images/logo-tinytex.png"
url: "/tinytex/"
alt: "tinytex logo"
tag: "TinyTeX: A lightweight and easy-to-maintain LaTeX distribution"
author:
en: "Yihui Xie"
cn: "谢益辉"
animation: "Yihui Xie & Lijia Yu"
lang:
edit:
cn: "编辑"
license:
cn: "版权"
subscribe:
cn: "订阅"
blackfriday:
extensionsmask: ["noIntraEmphasis"]
fractions: false