summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-01-21 18:11:37 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-21 18:11:37 -0800
commit3f7fd7b4f22cc7429c2e38bac60402e5cf7e9fbc (patch)
tree2fc7e8510f80096f9d1e5c4254616232ff4f94de /_config.yml
parentfe33e5180c3a9e9ede03d36c758c47fcd1dee406 (diff)
Provide path configuration in _config.yml
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index c63f811..d6f681c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -23,6 +23,25 @@ exclude: [".rbenv-version", "README.md", "Rakefile"]
# Jekyll-Bootstrap configurations
JB :
+
+ # All links will be namespaced by BASE_PATH if defined.
+ # This is required for hosting GitHub Project Pages.
+ # If you are deploying this website for one of your GitHub projects
+ # you must set BASE_PATH to the name of your GitHub project.
+ #
+ BASE_PATH : "/narly"
+
+ # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme.
+ # ex: [BASE_PATH]/assets/themes/[THEME-NAME]
+ #
+ # Override this by defining an absolute path to assets here.
+ # ex:
+ # http://s3.amazonaws.com/yoursite/themes/watermelon
+ # /assets
+ #
+ ASSET_PATH : false
+
+
comments :
engine : disqus
disqus :