33permalink : /blog/:categories/:title/
44
55exclude : [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
6- # highlighter: pygments
6+ highlighter : pygments
77
88# Themes are encouraged to use these universal variables
99# so be sure to set them if your theme uses them.
6969 # These paths are to the main pages Jekyll-Bootstrap ships with.
7070 # Some JB helpers refer to these paths; change them here if needed.
7171 #
72- archive_path : /archive
73- categories_path : /categories
74- tags_path : /tags
72+ archive_path : /archive.html
73+ categories_path : /categories.html
74+ tags_path : /tags.html
7575
7676 # Settings for comments helper
7777 # Set 'provider' to the comment provider you want to use.
7878 # Set 'provider' to false to turn commenting off globally.
7979 #
80- # comments :
81- # provider : disqus
82- # disqus :
83- # short_name : shellbye
80+ comments :
81+ provider : disqus
82+ disqus :
83+ short_name : shellbye
8484
8585
8686 # Settings for analytics helper
8787 # Set 'provider' to the analytics provider you want to use.
8888 # Set 'provider' to false to turn analytics off globally.
8989 #
90- # analytics :
91- # provider : custom
92- # google :
93- # tracking_id : 'UA-63460307-1'
90+ analytics :
91+ provider : custom
92+ google :
93+ tracking_id : ' UA-63460307-1'
9494
9595
9696 # Settings for sharing helper.
9797 # Sharing is for things like tweet, plusone, like, reddit buttons etc.
9898 # Set 'provider' to the sharing provider you want to use.
9999 # Set 'provider' to false to turn sharing off globally.
100100 #
101- # sharing :
102- # provider : false
101+ sharing :
102+ provider : false
103103
104104 # Settings for all other include helpers can be defined by creating
105105 # a hash with key named for the given helper. ex:
@@ -111,26 +111,3 @@ JB :
111111 # and include your custom code. Your custom file must be defined at:
112112 # ./_includes/custom/[HELPER]
113113 # where [HELPER] is the name of the helper you are overriding.
114- plugins :
115- - jekyll-mentions
116- - jemoji
117- - jekyll-redirect-from
118- - jekyll-sitemap
119- - jekyll-feed
120- - jekyll-coffeescript
121- - jekyll-gist
122- - jekyll-github-metadata
123- - jekyll-paginate
124- - jekyll-relative-links
125- - jekyll-optional-front-matter
126- - jekyll-readme-index
127- - jekyll-default-layout
128- - jekyll-titles-from-headings
129- - jekyll-feed
130- - jekyll-redirect-from
131- - jekyll-seo-tag
132- - jekyll-sitemap
133- - jekyll-avatar
134- - jemoji
135- - jekyll-mentions
136- - jekyll-include-cache
0 commit comments