From 5d94d064e5922ecb4e412a983824fd5457f17235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vesa=20V=C3=A4nsk=C3=A4?= Date: Sun, 22 Apr 2012 12:26:16 +0200 Subject: [PATCH] Railsgirls like their URLs pretty (no need for .html) --- _config.yml | 2 +- _posts/2012-04-18-app.markdown | 2 +- _posts/2012-04-18-guide.markdown | 3 ++- _posts/2012-04-18-install.markdown | 2 +- _posts/2012-04-19-contributing.markdown | 3 ++- _posts/2012-04-19-heroku.markdown | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index ba92449f..f6c22bd8 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ lsi: false server_port: 4000 pygments: true markdown: maruku -permalink: date +permalink: pretty maruku: use_tex: false use_divs: false diff --git a/_posts/2012-04-18-app.markdown b/_posts/2012-04-18-app.markdown index 05c7e86f..66922c65 100644 --- a/_posts/2012-04-18-app.markdown +++ b/_posts/2012-04-18-app.markdown @@ -1,7 +1,7 @@ --- layout: default title: Rails Girls App Tutorial -permalink: app.html +permalink: app --- # Rails Girls App Tutorial diff --git a/_posts/2012-04-18-guide.markdown b/_posts/2012-04-18-guide.markdown index 6f6b7307..00fdd359 100644 --- a/_posts/2012-04-18-guide.markdown +++ b/_posts/2012-04-18-guide.markdown @@ -1,8 +1,9 @@ --- layout: default title: Guides -permalink: guide.html +permalink: guide --- + # The How to Guide diff --git a/_posts/2012-04-18-install.markdown b/_posts/2012-04-18-install.markdown index e8c6394e..3d96f2ed 100644 --- a/_posts/2012-04-18-install.markdown +++ b/_posts/2012-04-18-install.markdown @@ -1,7 +1,7 @@ --- layout: default title: Setup recipe for Rails Girls -permalink: install.html +permalink: install --- # Setup recipe for Rails Girls diff --git a/_posts/2012-04-19-contributing.markdown b/_posts/2012-04-19-contributing.markdown index 10b5a96e..c9a46966 100644 --- a/_posts/2012-04-19-contributing.markdown +++ b/_posts/2012-04-19-contributing.markdown @@ -1,8 +1,9 @@ --- layout: default title: Contributing a Guide -permalink: contributing.html +permalink: contributing --- + # Contributing a Guide The guides site uses [jekyll](https://github.com/mojombo/jekyll) to power the site and all the documents are written using [markdown](http://daringfireball.net/projects/markdown/). To contribute a guide, you just need to follow these simple steps. diff --git a/_posts/2012-04-19-heroku.markdown b/_posts/2012-04-19-heroku.markdown index 7040f2c9..f157ddd1 100644 --- a/_posts/2012-04-19-heroku.markdown +++ b/_posts/2012-04-19-heroku.markdown @@ -1,7 +1,7 @@ --- layout: default title: Rails Girls on Heroku -permalink: heroku.html +permalink: heroku --- # Put Your App Online With Heroku