-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
87 lines (75 loc) · 2.52 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
75
76
77
78
79
80
81
82
83
84
85
86
87
### Site info:
mode: production
title: MoreFreeze's Sanctuary
tagline: MoreFreeze's blog
author : More Freeze
github_username : morefreeze
twitter_username : ""
weibo_username : ""
email: [email protected]
description: "morefreeze's blog" # You can edit this line in _config.yml. It will appear in your document head meta and in your feed.xml site description
keywords: "Jekyll, theme, Freshman21"
locale: en_US
baseurl:
absurl: "https://morefreeze.github.io"
### Personal info and site tools info:
favicon: "/images/favicon.ico"
aboutme: Hi, this is More Freeze. I am a backend engineer / video game player (specially ACT, PUZ) / board gamer in Beijing. I am good at Golang, Python, C++ deveploping. # these are shown on aboutme-sidebar.
aboutme_photo: 'http://www.gravatar.com/avatar/23062310363b8606a0fe803539367d58?s=200'
### Site setting:
ShowContactInfo: "True" # Personal Info (twitter,github,email) can be seen on aboutme-sidebar, those info only shown when 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 "
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: MoreFreeze
href: https://morefreeze.github.io
title: MoreFreeze's Sanctuary
### Outputting
permalink: /:year/:month/:title.html
### Build settings
markdown: kramdown
highlighter: rouge
plugins: [jekyll-paginate]
paginate: 5
paginate_path: /page:num
layout: default
comments: true
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
input: GFM
hard_wrap: false
footnote_nr: 1
### Read More link
excerpt_separator: <!--more-->