aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-01 15:04:19 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-01 15:19:23 -0400
commit06a70255b592de976a48fecf31da380eaa628ecd (patch)
treef577c076e796eeea5a7f14df787ed17202837b1c
parent7ceaee102802b7b347adc6e528413d96c309e808 (diff)
downloadkompetenzbolzen.github.io-06a70255b592de976a48fecf31da380eaa628ecd.tar.gz
Explaining baseurl in _config.yml
-rw-r--r--_config.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml
index b59ed36..45a7a58 100644
--- a/_config.yml
+++ b/_config.yml
@@ -34,16 +34,19 @@ disqus:
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics:
-
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
# Used for Sitemap.xml and your RSS feed
url:
+# If you're hosting your site at a Project repository on GitHub pages (http://yourusername.github.io/project)
+# and NOT your User repository (http://yourusername.github.io)
+# then add in the baseurl here, like this: "/project"
+baseurl: ""
+
#
# !! You don't need to change any of the configuration flags below !!
#
-baseurl: ""
markdown: kramdown
highlighter: pygments
permalink: /:title