From 557520fee064c8bac4015e8e6ddc19406a436971 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 2 Jan 2014 15:28:13 -0500 Subject: [PATCH] Cleanup permalinks --- _config.yml | 8 ++++---- about.md | 2 +- articles.html | 2 +- theme-setup.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index 8b437a0..2770dc6 100644 --- a/_config.yml +++ b/_config.yml @@ -33,11 +33,11 @@ bing_verify: # For external links add external: true links: - title: About - url: /about + url: /about/ - title: Articles - url: /articles + url: /articles/ - title: Theme Setup - url: /theme-setup + url: /theme-setup/ - title: Made Mistakes url: http://mademistakes.com external: true @@ -49,7 +49,7 @@ pygments: true markdown: kramdown # https://github.com/mojombo/jekyll/wiki/Permalinks -permalink: /:categories/:title +permalink: /:categories/:title/ kramdown: auto_ids: true diff --git a/about.md b/about.md index 3d2f3ec..c60b703 100644 --- a/about.md +++ b/about.md @@ -1,6 +1,6 @@ --- layout: page -permalink: /about/index.html +permalink: /about/ title: About the Jekyll Theme tags: [Jekyll, theme, simple, minimal, minimalism, responsive] modified: 2013-09-13 diff --git a/articles.html b/articles.html index 0ee2d03..1fcba24 100644 --- a/articles.html +++ b/articles.html @@ -1,6 +1,6 @@ --- layout: page -permalink: /articles/index.html +permalink: /articles/ title: Articles description: "An archive of posts sorted by date." --- diff --git a/theme-setup.md b/theme-setup.md index d5a720e..7f1a8f3 100644 --- a/theme-setup.md +++ b/theme-setup.md @@ -1,6 +1,6 @@ --- layout: page -permalink: /theme-setup/index.html +permalink: /theme-setup/ title: Theme Setup description: "Instructions on how to install and customize the Jekyll theme So Simple." modified: 2013-09-11 @@ -273,4 +273,4 @@ This theme is free and open source software, distributed under the [GNU General If you'd like to give me credit somewhere on your blog or tweet a shout out to [@mmistakes](https://twitter.com/mmistakes), that would be pretty sweet. -[^1]: Used to generate absolute urls in `sitemap.xml`, `feed.xml`, and for canonical urls in `head.html`. Don't include a trailing `/` in your base url ie: http://mademistakes.com. When developing locally I suggest using http://localhost:4000 or whatever server you're using to properly load the theme's stylesheet, scripts, and image assets. If you leave this variable blank all links will resolve correctly except those pointing home. \ No newline at end of file +[^1]: Used to generate absolute urls in `sitemap.xml`, `feed.xml`, and for canonical urls in `head.html`. Don't include a trailing `/` in your base url ie: http://mademistakes.com. When developing locally I suggest using `http://localhost:4000` or whatever server you're using to properly load the theme's stylesheet, scripts, and image assets. If you leave this variable blank all links will resolve correctly except those pointing home. \ No newline at end of file