-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
58 lines (53 loc) · 1.97 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
# Site settings
title: Just Developer
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Interest in everthing will make us better, like Java, Javascript, HTML, CSS, Funcitonal programming, Big data.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://jacobzeng.github.io" # the base hostname & protocol for your site
### Personal info and site tools info:
twitter_username:
github_username: jacobzeng
disqus_shortname: hidder
favicon: "/images/favicon.ico"
aboutme: Hi, this is Ruilin Zeng, just a developer. # these are shown on aboutme-sidebar.
aboutme_photo: http://www.wzfzl.com/uploads/allimg/131101/co131101095039-275.jpg# your photo.
google_analytics_key:
### Site setting:
ShowContactInfo: "True" # Personal Info (twitter,github,email) can be seen on aboutme-sidebar, those info only shown where ShowContactInfo == True
default_column: "two" # blog style: two columns, if default_column != "two", you will see a one column blog.
default_locale: "en" # 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 "
Google_search: "Site Search"
cn:
Aboutme: "关于我"
Archives: "存档"
Blogroll: "良师益友"
Categories: "分类目录"
Copyright_Notice: "版权声明"
Recent_Posts: "近期文章"
Tags: "标签"
Previous: "前一页"
Next: "后一页"
PostedInCategories: "目录:"
Taggedwith: "| 标签:"
PostDate: "| 发表时间: "
Google_search: "站内搜索"
# Build settings
markdown: kramdown
highlighter: pygments
paginate: 5
excerpt_separator: <!-- more -->