summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-01-23 05:00:46 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-23 05:00:46 -0800
commit3f0579cc7c1090ccd31308807ac011e8cc56057d (patch)
tree1693a3718d76ab9a03feaa7dbc199b51f1338489 /_config.yml
parent6c0b6c1a1b643d5ffebd2577e98b44db58df09ec (diff)
Place paths to main pages in JB hash
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/_config.yml b/_config.yml
index d6f681c..6af557d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -3,11 +3,6 @@
permalink: /:categories/:year/:month/:day/:title
auto: true
pygments: true
-var:
- archive_path: /archive.html
- categories_path : /categories.html
- tags_path : /tags.html
- rss_path: /atom.xml
production_url : http://username.github.com # or your custom domain name
title : Jekyll Bootstrap
@@ -40,8 +35,14 @@ JB :
# /assets
#
ASSET_PATH : false
-
-
+
+ # These paths are to the main pages Jekyll-Bootstrap ships with.
+ # Some JB helpers refer to these paths; change theme here if needed.
+ #
+ archive_path: /archive.html
+ categories_path : /categories.html
+ tags_path : /tags.html
+
comments :
engine : disqus
disqus :