Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

Commit 187ae4a

Browse files
committed
Merge pull request #10 from ggtools/master
Changed pygments: true by highligher: pygments.
2 parents a2ee7b1 + fbecea9 commit 187ae4a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

_config.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# This is the default format.
1+
# This is the default format.
22
# For more see: http://jekyllrb.com/docs/permalinks/
3-
permalink: /:categories/:year/:month/:day/:title
3+
permalink: /:categories/:year/:month/:day/:title
44

55
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
6-
pygments: true
6+
highlighter: pygments
77

88
# https://help.github.com/articles/migrating-your-pages-site-from-maruku
99
markdown: kramdown
1010

11-
# Themes are encouraged to use these universal variables
11+
# Themes are encouraged to use these universal variables
1212
# so be sure to set them if your theme uses them.
1313
#
1414
title : Jekyll Bootstrap-3
@@ -21,7 +21,7 @@ author :
2121
feedburner : feedname
2222

2323
# The production_url is only used when full-domain names are needed
24-
# such as sitemap.txt
24+
# such as sitemap.txt
2525
# Most places will/should use BASE_PATH to make the urls
2626
#
2727
# If you have set a CNAME (pages.github.com) set your custom domain here.
@@ -40,11 +40,11 @@ JB :
4040
# however this value will be dynamically changed depending on your deployment situation.
4141
#
4242
# CNAME (http://yourcustomdomain.com)
43-
# DO NOT SET BASE_PATH
43+
# DO NOT SET BASE_PATH
4444
# (urls will be prefixed with "/" and work relatively)
4545
#
4646
# GitHub Pages (http://username.github.io)
47-
# DO NOT SET BASE_PATH
47+
# DO NOT SET BASE_PATH
4848
# (urls will be prefixed with "/" and work relatively)
4949
#
5050
# GitHub Project Pages (http://username.github.io/project-name)
@@ -63,7 +63,7 @@ JB :
6363
# ex: [BASE_PATH]/assets/themes/[THEME-NAME]
6464
#
6565
# Override this by defining an absolute path to assets here.
66-
# ex:
66+
# ex:
6767
# http://s3.amazonaws.com/yoursite/themes/watermelon
6868
# /assets
6969
#
@@ -95,14 +95,14 @@ JB :
9595
num_posts: 5
9696
width: 580
9797
colorscheme: light
98-
98+
9999
# Settings for analytics helper
100100
# Set 'provider' to the analytics provider you want to use.
101101
# Set 'provider' to false to turn analytics off globally.
102-
#
102+
#
103103
analytics :
104-
provider : google
105-
google :
104+
provider : google
105+
google :
106106
tracking_id : 'UA-***'
107107
googleUA :
108108
tracking_id : 'UA-***'
@@ -115,19 +115,19 @@ JB :
115115
baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol)
116116
idsite : '1' # the id of the site on Piwik
117117

118-
# Settings for sharing helper.
118+
# Settings for sharing helper.
119119
# Sharing is for things like tweet, plusone, like, reddit buttons etc.
120120
# Set 'provider' to the sharing provider you want to use.
121121
# Set 'provider' to false to turn sharing off globally.
122122
#
123123
sharing :
124124
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
127127
# a hash with key named for the given helper. ex:
128128
#
129129
# pages_list :
130-
# provider : "custom"
130+
# provider : "custom"
131131
#
132132
# Setting any helper's provider to 'custom' will bypass the helper code
133133
# and include your custom code. Your custom file must be defined at:

0 commit comments

Comments
 (0)