From 583c861729832e9952f146a0915461ac96760638 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Sun, 1 Jun 2014 15:04:19 -0400 Subject: Explaining baseurl in _config.yml --- _config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index b59ed36..24c1a50 100644 --- a/_config.yml +++ b/_config.yml @@ -34,16 +34,20 @@ 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/repository-name/) +# and NOT your User repository (http://yourusername.github.io) +# then add in the baseurl here, like this: "/repository-name/" +baseurl: "" + # # !! You don't need to change any of the configuration flags below !! # -baseurl: "" markdown: kramdown highlighter: pygments permalink: /:title -- cgit v1.2.3