From fceb2348f467ddaf245f2084cf90c0c68e4a1737 Mon Sep 17 00:00:00 2001 From: Pankaj Jangid Date: Sun, 9 Nov 2014 21:52:27 +0530 Subject: [PATCH] Fixed URLs based on the guidelines given in Jekyll documentation at http://jekyllrb.com/docs/github-pages/#project-page-url-structure. Some links were broken due to this. --- _config.yml | 2 +- _includes/head.html | 10 +++++----- _layouts/default.html | 2 +- _posts/2014-01-02-introducing-poole.md | 2 +- atom.xml | 4 ++-- index.html | 6 +++--- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/_config.yml b/_config.yml index 276c57e..49fbc1b 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ title: Poole tagline: The Jekyll Butler url: http://getpoole.com paginate: 1 -baseurl: / +basename: "" author: name: Mark Otto url: https://twitter.com/mdo diff --git a/_includes/head.html b/_includes/head.html index 71acc25..f530a7f 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,13 +14,13 @@ - - + + - - + + - + diff --git a/_layouts/default.html b/_layouts/default.html index 62aa259..d68e898 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,7 +8,7 @@

- {{ site.title }} + {{ site.title }} {{ site.tagline }}

diff --git a/_posts/2014-01-02-introducing-poole.md b/_posts/2014-01-02-introducing-poole.md index 39be932..995ad4e 100644 --- a/_posts/2014-01-02-introducing-poole.md +++ b/_posts/2014-01-02-introducing-poole.md @@ -20,7 +20,7 @@ Learn more and contribute on [GitHub](https://github.com/poole). Poole is a streamlined Jekyll site designed and built as a foundation for building more meaningful themes. Poole, and every theme built on it, includes the following: -* Complete Jekyll setup included (layouts, config, [404](/404.html), [RSS feed](/atom.xml), posts, and [example page](/about)) +* Complete Jekyll setup included (layouts, config, [404]({{ site.baseurl }}/404.html), [RSS feed]({{ site.baseurl }}/atom.xml), posts, and [example page]({{ site.baseurl }}/about)) * Mobile friendly design and development * Easily scalable text and component sizing with `rem` units in the CSS * Support for a wide gamut of HTML elements diff --git a/atom.xml b/atom.xml index 229c82d..4dde6d8 100644 --- a/atom.xml +++ b/atom.xml @@ -6,7 +6,7 @@ layout: null {{ site.title }} - + {{ site.time | date_to_xmlschema }} {{ site.url }} @@ -18,7 +18,7 @@ layout: null {% for post in site.posts %} {{ post.title }} - + {{ post.date | date_to_xmlschema }} {{ site.url }}{{ post.id }} {{ post.content | xml_escape }} diff --git a/index.html b/index.html index ff6de99..86bca7b 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ title: Home {% for post in paginator.posts %}

- + {{ post.title }}

@@ -21,7 +21,7 @@ title: Home