-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
218 lines (171 loc) · 5.5 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
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
# Global Configuration
# Change the directory where Jekyll will read files, or flag on the command-line (-s, --source DIR)
# Default is ./
#source: DIR
# Change the directory where Jekyll will write files, or flag on the command-line (-d, --destination DIR)
# Default is ./_site
#destination: DIR
# Where to find the pluguins
# Default is ./_plugins
#plugins: DIR
# Where to find the layouts files
# Default is ./_layouts
#layouts: DIR
# Where to find the data files
# Default is ./_data
#data_source: DIR
# Disable custom plugins, and ignore symbolic links
# Default is false
#safe: BOOL
# Exclude directories and/or files from the conversion.
# These exclusions are relative to the site's source directory and cannot be outside the source directory.
# Default is []
#exclude: [DIR, FILE, ...]
exclude: [_template, createCT.pl, .codio, .c9, .gitignore, newPost.pl, s3_website.yml]
# Force inclusion of directories and/or files in the conversion.
# Default is [".htaccess"]
#include [DIR, FILE, ...]
# When clobbering the site destination, keep the selected files. Useful for files that are not generated by jekyll;
# e.g. files or assets that are generated by your build tool. The paths are relative to the destination.
# Default is [".git", ".svn"]
#keep_files: [DIR, FIEL, ...]
# Set the time zone for site generation. This sets the TZ environment variable, which Ruby uses to handle time and date creation and manipulation.
# Any entry from the IANA Time Zone Database is valid, e.g. America/New_York. A list of all available values can be found http://en.wikipedia.org/wiki/List_of_tz_database_time_zones.
# The default is the local time zone, as set by your operating system.
timezone: Asia/Chongqing
# Set the encoding of files by name. Only available for Ruby 1.9 or later).
# The default value is utf-8 starting in 2.0.0, and nil before 2.0.0, which will yield the Ruby default of ASCII-8BIT.
# Available encodings can be shown by the command ruby -e 'puts Encoding::list.join("\n")'.
# Default is "utf-8"
#encoding: "ENCODING"
# Serve Command Options (jekyll serve)
# Listen on the given port, or flag on command-line (--port PORT)
# Default is 4000
#port: PORT
# Listen at the given hostname, or flag command-line (--host HOSTNAME)
# Default is 0.0.0.0
#host: HOSTNAME
# Detach the server from the terminal, or flag command (-B, --detach)
# Default fasle
#detach: [BOOL]
# Site settings
title: 犹梦哲-主页
subtitle: 欢迎来到我的主页.
email: [email protected]
author: "犹梦哲"
keywords: "犹梦哲,Mengz You"
description: > # this means to ignore newlines until "baseurl:"
这里是犹梦哲的主页,进入我的博客,照片等入口。
copyright: "Copyright ©"
# Serve the website from the given base URL, or flag --baseurl URL on 'serve' sub-command.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://mengz.me" # the base hostname & protocol for your site
twitter_username: mengzyou
github_username: mengzyou
aboutme_username: mengz.you
# Filtering Content
# Show drafts or not
# Default is null
#show_drafts:
# Limit the number of posts to parse and publish, or flag on command-lin (--limit_posts NUM)
# Default is 0
#limit_posts: NUM
# Build Command Options (jekyll build)
# Publish posts with a future date, or flag on command-line (--future)
# Default is true
#future: BOOL
# Unpublished
# Default is false
#unpublished:
# Plugins
# Whitelis
# Default is []
#witelist:
# Gems
# Default is []
#gems:
# Build settings
# Conversion
markdown: rdiscount
rdiscount:
extensions:
- autolink
- footnotes
- smart
highlighter: pygments
# Produce an index for related posts, or flag on command-line (--lsi)
# Default is false
#lsi: BOOL
# Markdown file extension
# Default is "markdown,mkdown,mkdn,mkd,md"
#markdown_ext: ""
# Textile file extension
# Default is "textile"
#testile_ext: ""
# Below are default Configuration
#defaults: []
# Outputting
permalink: /blog/:year/:month/:day/:title.html
paginate: 10 # Posts per page on the blog index
paginate_path: "blog/page:num" # Directory base for pagination URLs eg. /blog/page2/
excerpt_separator: "<!-- more -->"
category_dir: blog/categories/
tag_dir: blog/tags/
# Markdown Processors
#maruku:
# use_tex: false
# use_divs: false
# png_engine: blahtex
# png_dir: images/latex
# png_url: /images/latex
# fenced_code_blocks: true
#redcarpet:
# extensions: []
#kramdown:
# auto_ids: true
# footnote_nr: 1
# entity_output: as_char
# toc_levels: 1..6
# smart_quotes: lsquo,rsquo,ldquo,rdquo
# use_coderay: false
#coderay:
# coderay_wrap: div
# coderay_line_numbers: inline
# coderay_line_number_start: 1
# coderay_tab_width: 4
# coderay_bold_every: 10
# coderay_css: style
#redcloth:
# hard_breaks: true
# ----------------------- #
# 3rd Party Settings #
# ----------------------- #
# Github repositories
github_user: mengzyou
github_repo_count: 0
github_show_profile_link: true
github_skip_forks: true
# Twitter
twitter_user: mengzyou
twitter_tweet_button:
twitter_timeline:
# Google +1
google_plus_one:
google_plus_one_size: medium
# Google Plus Profile
# Hidden: No visible button, just add author information to search results
googleplus_user: [email protected]
googleplus_hidden: false
# Disqus Comments
disqus_short_name: youmz
disqus_show_comment_count: ture
# Duoshuo Comments
duoshuo_short_name: blogmengzme
# Google Analytics
google_analytics_tracking_id:
# Facebook Like
facebook_like:
# Addthis button
addthis_button:
# Jiathis button
jiathis_button: true