making permalinks pretty and not including the index.html

This commit is contained in:
Andrew Davidson 2016-09-17 19:27:06 -04:00
parent 116d359436
commit b90b77858f

View file

@ -13,7 +13,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "http://amdavidson.com" # the base hostname & protocol for your site
twitter_username: amdavidson
github_username: amdavidson
permalink: /:year/:month/:title/index.html
permalink: /:year/:month/:title/
exclude: ['Gemfile', 'Gemfile.lock']
gems: ['jekyll-paginate']