-
Notifications
You must be signed in to change notification settings - Fork 17
/
config.yaml
125 lines (116 loc) · 2.54 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
baseurl: "https://yufree.cn/"
languageCode: "en-us"
title: "Miao Yu | 于淼"
theme: "hugo-lithium-theme"
googleAnalytics: "G-6S0CPNLV6R"
disqusShortname: "yufree"
ignoreFiles: ["\\.Rmd$", "_cache$","\\.Rmarkdown$", "\\.knit\\.md$", "\\.utf8\\.md$"]
hasCJKLanguage: true
enableEmoji: true
footnotereturnlinkcontents: "↩"
rssLimit: 10
enableRobotsTXT: true
sitemap:
changefreq: weekly
filename: sitemap.xml
priority: 0.5
permalinks:
cn: "/cn/:year/:month/:day/:slug/"
en: "/en/:year/:month/:day/: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
- name: "APP"
url: "/app/"
weight: 5
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: "MetaWorkflow"
url: https://bookdown.org/yufree/Metabolomics/
weight: 5
- name: "中文"
url: "/cn/"
weight: 6
cn:
- name: "首页"
url: "/"
weight: 1
- name: "关于"
url: "/cn/about/"
weight: 2
- name: "博客"
url: "/cn/"
weight: 3
- name: "简历"
url: "/cn/vitae/"
weight: 4
- name: "《现代科研指北》"
url: https://bookdown.org/yufree/sciguide/
weight: 5
- name: "English"
url: "/en/"
weight: 6
app:
- name: "Home"
url: "/"
weight: 1
- name: "English"
url: "/en/"
weight: 2
- name: "博客"
url: "/cn/"
weight: 3
params:
description: "Personal website of Miao Yu; 于淼的个人网站"
disqusURL: "https://yufree.cn"
fullURL: "https://yufree.cn"
dateFormat: "2006/01/02"
customJS: ["js/center-img.js", "js/fix-footnote.js"]
githubContentURL: "https://github.com/yufree/yufree.cn/edit/master/content/"
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion: "9.9.0"
highlightjsLang: ["r", "yaml", "tex"]
highlightjsTheme: "github"
social:
twitter: "yu_free"
weibo: "贫道yufree"
weibo_url: "yufreecas"
github: "yufree"
logo:
url: "fish.png"
width: 50
height: 50
alt: "Yufree"
author:
en: "Miao Yu"
cn: "于淼"
lang:
edit:
en: "Suggest an edit of this page"
cn: "编辑本页"
markup:
goldmark:
renderer:
unsafe: true