-
Notifications
You must be signed in to change notification settings - Fork 33
/
_config_default.yml
117 lines (93 loc) · 2.84 KB
/
_config_default.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
#---------------------------------------------------------------
# Theme version infromation
#---------------------------------------------------------------
version: 1.0
#---------------------------------------------------------------
# Build setting
#---------------------------------------------------------------
gems: [jekyll-paginate]
# Config sass build output by sass_dir
# Config sass output is compressed or not
#
sass:
sass_dir: /assets/stylesheet
style: :compressed
#---------------------------------------------------------------
# Site infromation setting
#---------------------------------------------------------------
# Site
## You can create a locale setting at _locales and name *.yml
title: ""
description: "This is a simple theme for jekyll"
keywords: "Pithy"
locale: "zh_CN"
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and baseurl as '/child/'
url: ""
baseurl: ""
permalink: /:year/:month/:day/:title
# Pagination
## Set per_page to 0 to disable pagination
paginate: 5
paginate_path: "/page:num/"
# Writing
highlighter: 'pygments'
kramdown:
input: GFM
enable_coderay: true
coderay:
coderay_line_numbers: nil
# RSS
rss:
path: "/feed.xml"
icon: "rss"
#---------------------------------------------------------------
# Authour infromation setting
#---------------------------------------------------------------
# Author
author:
name: "your name"
avatar: "http://jekyllrb.com/img/logo-2x.png"
motto: "your motto"
# Socials
## If you want the social show,place sure the social no comment
## The socials icon base font-awesome,you can learn more on http://fontawesome.io/icons/
socials:
- name: "weibo"
url: "http://www.weibo.com/usename/"
icon: "weibo"
- name: "github"
url: "https://github.com/usename"
icon: "github"
- name: "facebook"
url: "https://www.facebook.com/usename"
icon: "facebook"
#---------------------------------------------------------------
# Site comment setting
#---------------------------------------------------------------
comment:
enable: true
# duoshuo
duoshuo:
enable: true
short_name: "your duoshuo short_name"
# disqus
disqus:
enable: false
short_name: "your disqus short_name"
#---------------------------------------------------------------
# Site share setting
#---------------------------------------------------------------
duoshuo_share:
enable: true
#---------------------------------------------------------------
# Site analysis setting
#---------------------------------------------------------------
# Baidu analysis
baidu_analysis:
enable: true
token: "your baidu analysis token"
# Google analysis
google_analysus:
enable: false
token: "your google analysis token"