From 6ac94c6ab4b1db530db512dd2be695741d238517 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 24 May 2013 11:37:44 -0400 Subject: [PATCH] Fix base url --- _config.yml | 3 +-- _includes/author-bio.html | 2 +- _includes/head.html | 8 ++++---- _includes/navigation.html | 6 +++--- _includes/scripts.html | 4 ++-- _layouts/home.html | 2 +- _layouts/page.html | 2 +- _layouts/post-index.html | 2 +- _layouts/post.html | 2 +- theme-setup.md | 2 +- 10 files changed, 16 insertions(+), 17 deletions(-) diff --git a/_config.yml b/_config.yml index be94e595..ff42336a 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ url: http://mmistakes.github.io/minimal-mistakes # Owner/author information goes here. owner: name: Michael Rose - avatar: "/images/bio-photo.jpg" + avatar: bio-photo.jpg bio: "Just another boring, time traveling, tattooed, designer from Buffalo New York." email: michael@mademistakes.com twitter: "@mmistakes" @@ -23,7 +23,6 @@ pygments: true markdown: kramdown # https://github.com/mojombo/jekyll/wiki/Permalinks -permalink: /:categories/:title maruku: use_tex: false diff --git a/_includes/author-bio.html b/_includes/author-bio.html index 09024b22..8b6d8519 100644 --- a/_includes/author-bio.html +++ b/_includes/author-bio.html @@ -1,3 +1,3 @@ -{{ site.owner.name }} bio photo +{{ site.owner.name }} bio photo

{{ site.owner.name }}

{{ site.owner.bio }}

\ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index c7c0cffe..e3d4a8cd 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -24,7 +24,7 @@ {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %} - + @@ -35,13 +35,13 @@ - + - \ No newline at end of file + \ No newline at end of file diff --git a/_includes/navigation.html b/_includes/navigation.html index 1a8ef8e2..026097e4 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -5,9 +5,9 @@
diff --git a/_includes/scripts.html b/_includes/scripts.html index 3efa4fe4..afdb8125 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -1,6 +1,6 @@ - - + +