1
- # This is the default format.
1
+ # This is the default format.
2
2
# For more see: http://jekyllrb.com/docs/permalinks/
3
- permalink : /:categories/:year/:month/:day/:title
3
+ permalink : /:categories/:year/:month/:day/:title
4
4
5
5
exclude : [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
6
- pygments : true
6
+ highlighter : pygments
7
7
8
8
# https://help.github.com/articles/migrating-your-pages-site-from-maruku
9
9
markdown : kramdown
10
10
11
- # Themes are encouraged to use these universal variables
11
+ # Themes are encouraged to use these universal variables
12
12
# so be sure to set them if your theme uses them.
13
13
#
14
14
title : Jekyll Bootstrap-3
@@ -21,7 +21,7 @@ author :
21
21
feedburner : feedname
22
22
23
23
# The production_url is only used when full-domain names are needed
24
- # such as sitemap.txt
24
+ # such as sitemap.txt
25
25
# Most places will/should use BASE_PATH to make the urls
26
26
#
27
27
# If you have set a CNAME (pages.github.com) set your custom domain here.
40
40
# however this value will be dynamically changed depending on your deployment situation.
41
41
#
42
42
# CNAME (http://yourcustomdomain.com)
43
- # DO NOT SET BASE_PATH
43
+ # DO NOT SET BASE_PATH
44
44
# (urls will be prefixed with "/" and work relatively)
45
45
#
46
46
# GitHub Pages (http://username.github.io)
47
- # DO NOT SET BASE_PATH
47
+ # DO NOT SET BASE_PATH
48
48
# (urls will be prefixed with "/" and work relatively)
49
49
#
50
50
# GitHub Project Pages (http://username.github.io/project-name)
63
63
# ex: [BASE_PATH]/assets/themes/[THEME-NAME]
64
64
#
65
65
# Override this by defining an absolute path to assets here.
66
- # ex:
66
+ # ex:
67
67
# http://s3.amazonaws.com/yoursite/themes/watermelon
68
68
# /assets
69
69
#
95
95
num_posts : 5
96
96
width : 580
97
97
colorscheme : light
98
-
98
+
99
99
# Settings for analytics helper
100
100
# Set 'provider' to the analytics provider you want to use.
101
101
# Set 'provider' to false to turn analytics off globally.
102
- #
102
+ #
103
103
analytics :
104
- provider : google
105
- google :
104
+ provider : google
105
+ google :
106
106
tracking_id : ' UA-***'
107
107
googleUA :
108
108
tracking_id : ' UA-***'
@@ -115,19 +115,19 @@ JB :
115
115
baseURL : ' myserver.tld/piwik' # Piwik installation address (without protocol)
116
116
idsite : ' 1' # the id of the site on Piwik
117
117
118
- # Settings for sharing helper.
118
+ # Settings for sharing helper.
119
119
# Sharing is for things like tweet, plusone, like, reddit buttons etc.
120
120
# Set 'provider' to the sharing provider you want to use.
121
121
# Set 'provider' to false to turn sharing off globally.
122
122
#
123
123
sharing :
124
124
provider : false
125
-
126
- # Settings for all other include helpers can be defined by creating
125
+
126
+ # Settings for all other include helpers can be defined by creating
127
127
# a hash with key named for the given helper. ex:
128
128
#
129
129
# pages_list :
130
- # provider : "custom"
130
+ # provider : "custom"
131
131
#
132
132
# Setting any helper's provider to 'custom' will bypass the helper code
133
133
# and include your custom code. Your custom file must be defined at:
0 commit comments