Rename "template" to "layout" to match Jekyll nomenclature

This commit is contained in:
Michael Rose 2016-03-25 14:19:12 -04:00
parent 6739aee59b
commit 75d382fd5f
23 changed files with 55 additions and 56 deletions

View file

@ -1,12 +1,12 @@
--- ---
title: "Template: Comments Disabled" title: "Layout: Comments Disabled"
comments: false comments: false
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- comments - comments
- template - layout
--- ---
This post has its comments disabled. This post has its comments disabled.

View file

@ -1,12 +1,12 @@
--- ---
title: "Template: Comments Enabled" title: "Layout: Comments Enabled"
comments: true comments: true
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- comments - comments
- template - layout
--- ---
This post should display comments. This post should display comments.

View file

@ -1,5 +1,5 @@
--- ---
title: "Template: Read Time Disabled" title: "Layout: Read Time Disabled"
read_time: false read_time: false
tags: tags:
- read time - read time

View file

@ -1,5 +1,5 @@
--- ---
title: "Template: Read Time Enabled" title: "Layout: Read Time Enabled"
read_time: true read_time: true
tags: tags:
- read time - read time

View file

@ -1,12 +1,12 @@
--- ---
title: "Template: Related Posts Disabled" title: "Layout: Related Posts Disabled"
related: false related: false
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- related posts - related posts
- template - layout
--- ---
This post has related posts disabled. This post has related posts disabled.

View file

@ -1,12 +1,12 @@
--- ---
title: "Template: Related Posts Enabled" title: "Layout: Related Posts Enabled"
related: true related: true
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- related posts - related posts
- template - layout
--- ---
This post has related posts enabled. This post has related posts enabled.

View file

@ -1,12 +1,12 @@
--- ---
title: "Template: Social Sharing Links Disabled" title: "Layout: Social Sharing Links Disabled"
share: false share: false
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- social - social
- template - layout
--- ---
This post has social sharing disabled. This post has social sharing disabled.

View file

@ -1,12 +1,12 @@
--- ---
title: "Template: Social Sharing Links Enabled" title: "Layout: Social Sharing Links Enabled"
share: true share: true
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- social - social
- template - layout
--- ---
This post should display social sharing links. This post should display social sharing links.

View file

@ -1,17 +1,17 @@
--- ---
title: "Template: Reading Time, Comments, Social Sharing Links, and Related Posts Disabled" title: "Layout: Reading Time, Comments, Social Sharing Links, and Related Posts Disabled"
read_time: false read_time: false
comments: false comments: false
share: false share: false
related: false related: false
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- related posts - related posts
- social - social
- comments - comments
- template - layout
--- ---
This post has reading time, comments, social sharing links, and related posts disabled. This post has reading time, comments, social sharing links, and related posts disabled.

View file

@ -1,5 +1,5 @@
--- ---
title: "Template: Post with Table Of Contents" title: "Layout: Post with Table Of Contents"
header: header:
image: unsplash-image-9.jpg image: unsplash-image-9.jpg
caption: "Photo credit: [**Unsplash**](https://unsplash.com)" caption: "Photo credit: [**Unsplash**](https://unsplash.com)"

View file

@ -1,12 +1,12 @@
--- ---
title: "Template: Code Excerpt (Generated)" title: "Layout: Code Excerpt (Generated)"
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- content - content
- excerpt - excerpt
- template - layout
--- ---
This is the post content with inline code, (e.g. `<span style="color: red;">red</span>`. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content. This is the post content with inline code, (e.g. `<span style="color: red;">red</span>`. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content.

View file

@ -1,13 +1,13 @@
--- ---
title: "Template: Excerpt (Defined)" title: "Layout: Excerpt (Defined)"
excerpt: "This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages." excerpt: "This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages."
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- content - content
- excerpt - excerpt
- template - layout
--- ---
This is the post content. It should be displayed in place of the user-defined excerpt in archive-index pages. This is the post content. It should be displayed in place of the user-defined excerpt in archive-index pages.

View file

@ -1,13 +1,13 @@
--- ---
title: "Template: Excerpt (Generated)" title: "Layout: Excerpt (Generated)"
excerpt_separator: "<!--more-->" excerpt_separator: "<!--more-->"
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- content - content
- excerpt - excerpt
- template - layout
--- ---
This is the post content. Archive-index pages should display an auto-generated excerpt of this content. This is the post content. Archive-index pages should display an auto-generated excerpt of this content.

View file

@ -1,5 +1,5 @@
--- ---
title: "Template: Author Override" title: "Layout: Author Override"
author: Billy Rick author: Billy Rick
excerpt: "A post to test author overrides using a data file." excerpt: "A post to test author overrides using a data file."
--- ---

View file

@ -1,5 +1,5 @@
--- ---
title: "Template: Author Sidebar Disabled" title: "Layout: Author Sidebar Disabled"
excerpt: "A post to test disabling author sidebar." excerpt: "A post to test disabling author sidebar."
author_profile: false author_profile: false
--- ---

View file

@ -1,15 +1,15 @@
--- ---
title: "Template: Header Image (External URL)" title: "Layout: Header Image (External URL)"
header: header:
image: https://farm5.staticflickr.com/4140/4939863887_84705982fd_b.jpg image: https://farm5.staticflickr.com/4140/4939863887_84705982fd_b.jpg
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- edge case - edge case
- featured image - featured image
- image - image
- template - layout
--- ---
This post should display a **header image**, if the theme supports it. This post should display a **header image**, if the theme supports it.

View file

@ -1,16 +1,16 @@
--- ---
title: "Template: Header Image (Horizontal)" title: "Layout: Header Image (Horizontal)"
header: header:
image: unsplash-image-1.jpg image: unsplash-image-1.jpg
caption: "Photo credit: [**Unsplash**](https://unsplash.com)" caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- edge case - edge case
- featured image - featured image
- image - image
- template - layout
--- ---
This post should display a **header image**, if the theme supports it. This post should display a **header image**, if the theme supports it.

View file

@ -1,5 +1,5 @@
--- ---
title: "Template: Header Image and Text Readability" title: "Layout: Header Image and Text Readability"
header: header:
image: unsplash-image-4.jpg image: unsplash-image-4.jpg
caption: "Photo credit: [**Unsplash**](https://unsplash.com)" caption: "Photo credit: [**Unsplash**](https://unsplash.com)"

View file

@ -1,17 +1,16 @@
--- ---
title: "Template: Header Image (Vertical)" title: "Layout: Header Image (Vertical)"
header: header:
image: unsplash-image-6.jpg image: unsplash-image-6.jpg
caption: "Photo credit: [**Unsplash**](https://unsplash.com)" caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- Codex
- edge case - edge case
- featured image - featured image
- image - image
- template - layout
--- ---
This post should display a **header image**, if the theme supports it. This post should display a **header image**, if the theme supports it.

View file

@ -1,14 +1,14 @@
--- ---
title: "Template: Header Overlay with Background Fill" title: "Layout: Header Overlay with Background Fill"
header: header:
overlay_color: "#333" overlay_color: "#333"
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- edge case - edge case
- image - image
- template - layout
--- ---
This post should display a **header with a solid background color**, if the theme supports it. This post should display a **header with a solid background color**, if the theme supports it.

View file

@ -1,16 +1,16 @@
--- ---
title: "Template: Header Image Overlay" title: "Layout: Header Image Overlay"
header: header:
overlay_image: unsplash-image-1.jpg overlay_image: unsplash-image-1.jpg
caption: "Photo credit: [**Unsplash**](https://unsplash.com)" caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
cta_url: "https://unsplash.com" cta_url: "https://unsplash.com"
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- edge case - edge case
- image - image
- template - layout
--- ---
This post should display a **header with an overlay image**, if the theme supports it. This post should display a **header with an overlay image**, if the theme supports it.

View file

@ -1,12 +1,12 @@
--- ---
title: "Template: More Tag" title: "Layout: More Tag"
categories: categories:
- Template - Layout
- Uncategorized - Uncategorized
tags: tags:
- content - content
- read more - read more
- template - layout
--- ---
This content is before the [excerpt separator tag](http://jekyllrb.com/docs/posts/#post-excerpts). This content is before the [excerpt separator tag](http://jekyllrb.com/docs/posts/#post-excerpts).

View file

@ -1,5 +1,5 @@
--- ---
title: "Template: Sidebar Custom" title: "Layout: Sidebar Custom"
excerpt: "A post to custom sidebar content." excerpt: "A post to custom sidebar content."
author_profile: false author_profile: false
sidebar: sidebar: