-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
113 lines (104 loc) · 2.35 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
baseurl: "https://www.liechi.org/"
relativeurls: true
languageCode: "en-us"
title: "Liechi | 張列弛"
theme: "hugo-lithium-theme"
googleAnalytics: ""
disqusShortname: "liechi-rbind-io"
ignoreFiles: ["\\.Rmd$", "_files$", "_cache$"]
hasCJKLanguage: true
enableEmoji: true
footnotereturnlinkcontents: "↩"
permalinks:
cn: "/cn/:year/:month/:slug/"
en: "/en/:year/:month/:slug/"
menu:
main:
- name: "About"
url: "/en/about/"
weight: 0
- name: "Blog"
url: "/en/"
weight: 1
- name: "关于"
url: "/cn/about/"
weight: 2
- name: "博客"
url: "/cn/"
weight: 3
en:
- name: "Home"
url: "/"
weight: 0
- name: "About"
url: "/en/about/"
weight: 1
- name: "Blog"
url: "/en/"
weight: 2
- name: "Vitae"
url: "/en/vitae/"
weight: 3
- name: "中文"
url: "/cn/"
weight: 4
cn:
- name: "首页"
url: "/"
weight: 0
- name: "关于"
url: "/cn/about/"
weight: 1
- name: "博客"
url: "/cn/"
weight: 2
- name: "简历"
url: "/cn/vitae/"
weight: 3
- name: "English"
url: "/en/"
weight: 4
cool:
- name: "Home"
url: "/"
weight: 0
- name: "Project Home"
url: "/cool/"
weight: 1
- name: "Auxin and plant development"
url: "/cool/auxin/"
weight: 2
- name: "Github repo"
pre: "github"
url: "https://github.com/liechi/"
weight: 3
params:
description: "Description of your website."
disqusURL: "https://www.liechi.org"
fullURL: "https://www.liechi.org"
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/liechi/edit/master/content/"
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion: "9.9.0"
highlightjsLang: ["r", "yaml", "tex"]
highlightjsTheme: "github"
social:
twitter: "liechizhang"
weibo: "张列弛"
weibo_url: "liechizhang"
github: "liechi"
logo:
url: "logo.png"
width: 50
height: 50
alt: "Liechi Zhang"
author:
en: "Liechi Zhang"
cn: "张列弛"
lang:
edit:
en: "Suggest an edit of this page"
cn: "编辑本页"
blackfriday:
extensionsmask: ["noIntraEmphasis"]