-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
180 lines (180 loc) · 6.42 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
179
180
baseURL: https://example.org/
languageCode: en-us
defaultContentLanguage: en-us
title: Jun-Liszt Li
theme: hugo-tranquilpeak-theme
disqusShortname: hugo-tranquilpeak-theme
paginate: 7
canonifyurls: yes
permalinks:
posts: /:year/:month/:slug/
taxonomies:
archive: archives
category: categories
tag: tags
markup:
tableOfContents:
endLevel: 3
ordered: no
startLevel: 1
author:
bio: Hello, My name is Jun-Liszt Li. my science interest is to understand the fundamental basis of brain metabolic system and brain vasculature system.
gravatarEmail: poppingjun7@gmail.com
job: Ph.D. Candidate
location: Beijing, China
name: Jun-Liszt Li
picture: https://cdn1.iconfinder.com/data/icons/ninja-things-1/1772/ninja-simple-512.png
menu:
main:
- identifier: home
name: Home
pre: <i class="sidebar-button-icon fas fa-lg fa-home" aria-hidden="true"></i>
url: /home
weight: 1
- identifier: research
name: Research
pre: <i class="sidebar-button-icon fas fa-lg fa-dna" aria-hidden="true"></i>
url: /research
weight: 2
- identifier: publication
name: Publications
pre: <i class="sidebar-button-icon fas fa-lg fa-scroll" aria-hidden="true"></i>
url: /publication
weight: 3
- identifier: blog
name: Blog
pre: <i class="sidebar-button-icon fas fa-lg fa-blog" aria-hidden="true"></i>
url: /
weight: 4
- identifier: categories
name: Categories
pre: <i class="sidebar-button-icon fas fa-lg fa-bookmark" aria-hidden="true"></i>
url: /categories
weight: 5
- identifier: tags
name: Tags
pre: <i class="sidebar-button-icon fas fa-lg fa-tags" aria-hidden="true"></i>
url: /tags
weight: 6
- identifier: archives
name: Archives
pre: <i class="sidebar-button-icon fas fa-lg fa-archive" aria-hidden="true"></i>
url: /archives
weight: 7
- identifier: about
name: About
pre: <i class="sidebar-button-icon fas fa-lg fa-question" aria-hidden="true"></i>
url: /#about
weight: 8
- identifier: contact
name: Contact
pre: <i class="sidebar-button-icon fas fa-lg fa-at" aria-hidden="true"></i>
url: /contact
weight: 9
misc:
- identifier: github
name: GitHub
pre: <i class="sidebar-button-icon fab fa-lg fa-github" aria-hidden="true"></i>
url: https://github.com/Jun-Lizst
weight: 1
- identifier: twitter
name: Twitter
pre: <i class="sidebar-button-icon fab fa-lg fa-twitter" aria-hidden="true"></i>
url: https://twitter.com/poppingjun
weight: 2
- identifier: linkedin
name: Linkedin
pre: <i class="sidebar-button-icon fab fa-lg fa-linkedin" aria-hidden="true"></i>
url: https://www.linkedin.com/in/jun-liszt-li-32916aa3/
weight: 3
- identifier: rss
name: RSS
pre: <i class="sidebar-button-icon fas fa-lg fa-rss" aria-hidden="true"></i>
url: /index.xml
weight: 4
params:
autoThumbnailImage: yes
clearReading: yes
comment:
disqus:
enable: yes
shortname: hugo-tranquilpeak-theme
gitalk:
enable: no
options:
distractionFreeMode: no
enableHotKey: yes
language: en
pagerDirection: first
perPage: 10
coverImage: images/cover.jpg
customJS:
- async: yes
crossorigin: anonymous
defer: yes
integrity: sha512-gE8KAQyFIzV1C9+GZ8TKJHZS2s+n7EjNtC+IMRn1l5+WYJTHOODUM6JSjZhFhqXmc7bG8Av6XXpckA4tYhflnw==
src: https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/apache.min.js
- async: yes
crossorigin: anonymous
defer: yes
integrity: sha512-EWROca+bote+7Oaaar1F6y74iZj1r1F9rm/ly7o+/FwJopbBaWtsFDmaKoZDd3QiGU2pGacBirHJNivmGLYrow==
src: https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/go.min.js
- async: yes
crossorigin: anonymous
defer: yes
integrity: sha512-GDVzAn0wpx1yVtQsRWmFc6PhJiLBPdUic+h4GWgljBh904O3JU10fk9EKNpVyIoPqkFn54rgL2QBG4BmUTMpiQ==
src: https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/http.min.js
- async: yes
crossorigin: anonymous
defer: yes
integrity: sha512-UgZlma8NzkrDb/NWgmLIcTrH7i/CSnLLDRFqCSNF5NGPpjKmzyM25qcoXGOup8+cDakKyaiTDd7N4dyH4YT+IA==
src: https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/less.min.js
- async: yes
crossorigin: anonymous
defer: yes
integrity: sha512-lot9koe73sfXIrUvIPM/UEhuMciN56RPyBdOyZgfO53P2lkWyyXN7J+njcxIIBRV+nVDQeiWtiXg+bLAJZDTfg==
src: https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/nginx.min.js
- async: yes
crossorigin: anonymous
defer: yes
integrity: sha512-Zd3e7XxHP00TD0Imr0PIfeM0fl0v95kMWuhyAS3Wn1UTSXTkz0OhtRgBAr4JlmADRgiXr4x7lpeUdqaGN8xIog==
src: https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/puppet.min.js
- async: yes
crossorigin: anonymous
defer: yes
integrity: sha512-qtqDO052iXMSP+5d/aE/jMtL9vIIGvONgTJziC2K/ZIB1yEGa55WVxGE9/08rSQ62EoDifS9SWVGZ7ihSLhzMA==
src: https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/scss.min.js
- async: yes
crossorigin: anonymous
defer: yes
integrity: sha512-1NmkjnEDnwwwcu28KoQF8vs3oaPFokQHbmbtwGhFfeDsQZtVFI8zW2aE9O8yMYdpdyKV/5blE4pSWw4Z/Sv97w==
src: https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/stylus.min.js
- async: yes
crossorigin: anonymous
defer: yes
integrity: sha512-B2wSfruPjr8EJL6IIzQr1eAuDwrsfIfccNf/LCEdxELCgC/S/ZMt/Uvk80aD79m7IqOqW+Sw8nbkvha20yZpzg==
src: https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/swift.min.js
- async: yes
crossorigin: anonymous
defer: yes
integrity: sha512-28oDiQZGKUVN6wQ7PSLPNipOcmkCALXKwOi7bnkyFf8QiMZQxG9EQoy/iiNx6Zxj2cG2SbVa4dXKigQhu7GiFw==
src: https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/languages/yaml.min.js
description: Hugo tranquilpeak theme demo
header:
rightLink:
class: ''
icon: ''
url: /#about
hierarchicalCategories: yes
imageGallery: yes
sharingOptions:
- icon: fab fa-twitter
name: Twitter
url: https://twitter.com/intent/tweet?text=%s
- icon: fab fa-linkedin
name: Linkedin
url: https://www.linkedin.com/sharing/share-offsite/?url=%s
sidebarBehavior: 1
syntaxHighlighter: highlight.js
thumbnailImage: yes
thumbnailImagePosition: bottom