From b527a83e54d765db219f6ae05cff17ab74a0b071 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 9 Dec 2013 09:16:56 -0500 Subject: [PATCH] Rename _includes --- .../{author-bio.html => _author-bio.html} | 0 ...wser-upgrade.html => _browser-upgrade.html} | 0 _includes/{footer.html => _footer.html} | 0 _includes/{head.html => _head.html} | 0 .../{navigation.html => _navigation.html} | 0 _includes/{scripts.html => _scripts.html} | 0 _layouts/home.html | 12 ++++++------ _layouts/page.html | 12 ++++++------ _layouts/post-index.html | 12 ++++++------ _layouts/post.html | 14 +++++++------- theme-setup.md | 18 +++++++++--------- 11 files changed, 34 insertions(+), 34 deletions(-) rename _includes/{author-bio.html => _author-bio.html} (100%) rename _includes/{browser-upgrade.html => _browser-upgrade.html} (100%) rename _includes/{footer.html => _footer.html} (100%) rename _includes/{head.html => _head.html} (100%) rename _includes/{navigation.html => _navigation.html} (100%) rename _includes/{scripts.html => _scripts.html} (100%) diff --git a/_includes/author-bio.html b/_includes/_author-bio.html similarity index 100% rename from _includes/author-bio.html rename to _includes/_author-bio.html diff --git a/_includes/browser-upgrade.html b/_includes/_browser-upgrade.html similarity index 100% rename from _includes/browser-upgrade.html rename to _includes/_browser-upgrade.html diff --git a/_includes/footer.html b/_includes/_footer.html similarity index 100% rename from _includes/footer.html rename to _includes/_footer.html diff --git a/_includes/head.html b/_includes/_head.html similarity index 100% rename from _includes/head.html rename to _includes/_head.html diff --git a/_includes/navigation.html b/_includes/_navigation.html similarity index 100% rename from _includes/navigation.html rename to _includes/_navigation.html diff --git a/_includes/scripts.html b/_includes/_scripts.html similarity index 100% rename from _includes/scripts.html rename to _includes/_scripts.html diff --git a/_layouts/home.html b/_layouts/home.html index 794b1fa..2f99929 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -4,14 +4,14 @@ -{% include head.html %} +{% include _head.html %} -{% include browser-upgrade.html %} +{% include _browser-upgrade.html %} -{% include navigation.html %} +{% include _navigation.html %} {% if page.image.feature %}
{{ page.title }} feature image @@ -19,7 +19,7 @@
{% endif %}
- {% include author-bio.html %} + {% include _author-bio.html %}
@@ -34,11 +34,11 @@ -{% include scripts.html %} +{% include _scripts.html %} \ No newline at end of file diff --git a/_layouts/page.html b/_layouts/page.html index 9466931..5cd6123 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -4,14 +4,14 @@ -{% include head.html %} +{% include _head.html %} -{% include browser-upgrade.html %} +{% include _browser-upgrade.html %} -{% include navigation.html %} +{% include _navigation.html %} {% if page.image.feature %}
{{ page.title }} feature image @@ -20,7 +20,7 @@

{{ page.title }}

@@ -32,11 +32,11 @@ -{% include scripts.html %} +{% include _scripts.html %} \ No newline at end of file diff --git a/_layouts/post-index.html b/_layouts/post-index.html index 83cac07..6d03a65 100644 --- a/_layouts/post-index.html +++ b/_layouts/post-index.html @@ -4,14 +4,14 @@ -{% include head.html %} +{% include _head.html %} -{% include browser-upgrade.html %} +{% include _browser-upgrade.html %} -{% include navigation.html %} +{% include _navigation.html %} {% if page.image.feature %}
{{ page.title }} feature image @@ -19,7 +19,7 @@
{% endif %}
@@ -43,11 +43,11 @@ -{% include scripts.html %} +{% include _scripts.html %} \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index 5539ee0..7d8be58 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,14 +4,14 @@ -{% include head.html %} +{% include _head.html %} -{% include browser-upgrade.html %} +{% include _browser-upgrade.html %} -{% include navigation.html %} +{% include _navigation.html %} {% if page.image.feature %}
{{ page.title }} feature image @@ -20,7 +20,7 @@
@@ -32,7 +32,7 @@
@@ -59,11 +59,11 @@
{% endif %}
- {% include footer.html %} + {% include _footer.html %}
-{% include scripts.html %} +{% include _scripts.html %} diff --git a/theme-setup.md b/theme-setup.md index de7f58a..7301484 100644 --- a/theme-setup.md +++ b/theme-setup.md @@ -33,12 +33,12 @@ General notes and suggestions for customizing Minimal Mistakes. {% highlight text %} minimal-mistakes/ ├── _includes/ -| ├── author-bio.html #bio stuff goes here -| ├── browser-upgrade.html #displays on IE8 and less -| ├── footer.html #site footer -| ├── head.html #site head -| ├── navigation.html #site top nav -| └── scripts.html #jQuery, plugins, GA, etc. +| ├── _author-bio.html #bio stuff goes here +| ├── _browser-upgrade.html #displays on IE8 and less +| ├── _footer.html #site footer +| ├── _head.html #site head +| ├── _navigation.html #site top nav +| └── _scripts.html #jQuery, plugins, GA, etc. ├── _layouts/ | ├── home.html #homepage layout | ├── page.html #page layout @@ -69,7 +69,7 @@ Most of the variables found here are used in the .html files found in `_includes #### Owner/Author Information -Change your name, bio, and avatar photo (100x100 pixels or larger), Twitter url, email, and Google+ url. If you want to link to an external image on Gravatar or something similiar you'll need to edit the path in `author-bio.html` since it assumes it is located in `\images`. +Change your name, bio, and avatar photo (100x100 pixels or larger), Twitter url, email, and Google+ url. If you want to link to an external image on Gravatar or something similiar you'll need to edit the path in `_author-bio.html` since it assumes it is located in `\images`. Including a link to your Google+ profile has the added benefit of displaying [Google Authorship](https://plus.google.com/authorship) in Google search results if you've went ahead and applied for it. Don't have a Google+ account? Just leave it blank. @@ -122,7 +122,7 @@ image: #### Thumbnails for OG and Twitter Cards -Post and page thumbnails work the same way. These are used by [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) meta tags found in *head.html*. If you don't assign a thumbnail the default graphic *(default-thumb.png)* is used. I'd suggest changing this to something more meaningful --- your logo or avatar are good options. +Post and page thumbnails work the same way. These are used by [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) meta tags found in *_head.html*. If you don't assign a thumbnail the default graphic *(default-thumb.png)* is used. I'd suggest changing this to something more meaningful --- your logo or avatar are good options. #### Table of Contents @@ -180,6 +180,6 @@ Having a problem getting something to work or want to know why I setup something This theme is free and open source software, distributed under the [GNU General Public License]({{ site.url }}/LICENSE) version 2 or later. So feel free to use this Jekyll theme on your site without linking back to me or including a disclaimer. -[^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 remove or comment out this line so local .css, .js, and images are used. +[^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 remove or comment out this line so local .css, .js, and images are used. [^2]: If you're using GitHub Pages to host your site be aware that plugins are disabled. So you'll need to build your site locally and then manually deploy if you want to use this sweet plugin. \ No newline at end of file -- 2.45.2