-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
74 lines (67 loc) · 2.28 KB
/
_config.yml
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
### Site info:
title : On Your Mark
tagline: Never give up, Dream big
author: Lijia Yu
email: [email protected]
description: "The Chinese blog of Lijia Yu."
keywords: "genomics, bioinformatics, mathematics, statistics, perl, R language, data visualization, data analysis, LaTeX, Lijia Yu"
baseurl: "/cn" # the subpath of your site, e.g. /blog/
url: "https://yulijia.net/cn" # the base hostname & protocol for your site
locale: zh_CN
### Personal info and site tools info:
twitter_username: yulijia
github_username: yulijia
disqus_shortname: onyourmark
favicon: "/images/y.png"
#touch_icon: "img/apple-touch-icon.png"
google_analytics_key: UA-57979084-1 # put YOUR key here to enable tracking! (blank to disable)
#aboutme: Hi, this is Lijia Yu. # these are shown on aboutme-sidebar.
#aboutme_photo: https://i.imgur.com/15BT1.jpg # your photo.
### Site setting:
ShowContactInfo: "False"
default_column: "two" # blog style: two columns, if default_column != "two", you will see a one column blog.
default_locale: "cn" # blog sidebar language set, only include: English(en) and Chinese (cn)
locales:
en:
Aboutme: "About Me"
Archives: "Archives"
Blogroll: "Blogroll"
Categories: "Categories"
Copyright_Notice: "Copyright Notice"
Recent_Posts: "Recent Posts"
Tags: "Tags"
Previous: "Older"
Next: "Newer"
PostedInCategories: "Posted in"
Taggedwith: "and tagged"
PostDate: "on"
cn:
Aboutme: "关于我"
Archives: "存档"
Blogroll: "良师益友"
Categories: "分类目录"
Copyright_Notice: "版权声明"
Recent_Posts: "近期文章"
Tags: "标签"
Previous: "前一页"
Next: "后一页"
PostedInCategories: "目录:"
Taggedwith: "| 标签:"
PostDate: "| 发表时间: "
### your Blogroll info, only name can shown on the page.
Blogroll:
- name: Public Library of Bioinformatics
href: https://www.plob.org/
title: 牛人师兄ybzhao的Bioinformatics图书馆
- name: Yihui Xie's Blog
href: https://yihui.name
title: R界小前锋谢益辉,knitr作者
### Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
#highlighter: pygments
plugins: [jekyll-paginate]
paginate: 5
exclude: [Rakefile]