summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-01-23 05:29:18 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-23 05:29:18 -0800
commit240271634da68308d52790e24376f6cc95515ce5 (patch)
treeae284beff16c7e75d4028e2fb7c6d58ccdd90dff /_config.yml
parent9b3a325a72431e7ed243eb00343a29da3a8164ab (diff)
production url should be close to JB
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/_config.yml b/_config.yml
index 0b9aa43..628da7c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -6,16 +6,6 @@ exclude: [".rbenv-version", "README.md", "Rakefile"]
auto: true
pygments: true
-# The production_url is only used when full-domain names are needed
-# such as sitemap.txt
-# Most places will/should use BASE_PATH to make the urls
-#
-# If you have set a CNAME (pages.github.com) set your custom domain here.
-# Else if you are pushing to username.github.com, replace with your username.
-# Finally if you are pushing to a GitHub project page, include the project name at the end.
-#
-production_url : http://username.github.com
-
# Themes are encouraged to use these universal variables
# so be sure to set them if your theme uses them.
#
@@ -27,6 +17,16 @@ author :
twitter : username
feedburner : feedname
+# The production_url is only used when full-domain names are needed
+# such as sitemap.txt
+# Most places will/should use BASE_PATH to make the urls
+#
+# If you have set a CNAME (pages.github.com) set your custom domain here.
+# Else if you are pushing to username.github.com, replace with your username.
+# Finally if you are pushing to a GitHub project page, include the project name at the end.
+#
+production_url : http://username.github.com
+
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
#
JB :