making permalinks pretty and not including the index.html
This commit is contained in:
parent
116d359436
commit
b90b77858f
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue