From: Mark Otto Date: Sun, 19 Apr 2015 05:44:30 +0000 (-0700) Subject: Merge branch 'master' into sass X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=a2c21c2b8f7ffb188bc84c39c1aa1cf4bbb716ae;hp=16c08e4bbfbf778f755b4caa1003ae806249b73f;p=blog Merge branch 'master' into sass --- diff --git a/_config.yml b/_config.yml index 34baf41..5a14f8e 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ title: Poole tagline: The Jekyll Butler url: http://getpoole.com paginate: 1 -baseurl: / +baseurl: "" # Assets # diff --git a/_includes/head.html b/_includes/head.html index 8962bbb..61d5dd9 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,12 +14,12 @@ - + - - + + - + 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 b77ba60..4e21d3d 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