Remove "baseurl" from _config.yml

Remove baseurl from the config for three reasons:

1. It's not used anyplace within the site

2. The site’s base URL is only to be used when the resulting site
lives at a subpath of the domain. Otherwise, the subpath should be
nil, not /.

3. When the Pages Gem is loaded as part of the :jekyll_plugins
group, baseurl and url are set automatically.
This commit is contained in:
Ben Balter
2016-12-13 14:04:51 -05:00
parent cb9c9dccfd
commit 69a6958209
-1
View File
@@ -7,7 +7,6 @@ kramdown:
html_to_native: true
hard_wrap: false
syntax_highlighter: rouge
baseurl: /
incremental: true
safe: false