Rename "template" to "layout" to match Jekyll nomenclature
This commit is contained in:
parent
6739aee59b
commit
75d382fd5f
23 changed files with 55 additions and 56 deletions
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: "Template: Comments Disabled"
|
||||
title: "Layout: Comments Disabled"
|
||||
comments: false
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- comments
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This post has its comments disabled.
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: "Template: Comments Enabled"
|
||||
title: "Layout: Comments Enabled"
|
||||
comments: true
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- comments
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This post should display comments.
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Template: Read Time Disabled"
|
||||
title: "Layout: Read Time Disabled"
|
||||
read_time: false
|
||||
tags:
|
||||
- read time
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Template: Read Time Enabled"
|
||||
title: "Layout: Read Time Enabled"
|
||||
read_time: true
|
||||
tags:
|
||||
- read time
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: "Template: Related Posts Disabled"
|
||||
title: "Layout: Related Posts Disabled"
|
||||
related: false
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- related posts
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This post has related posts disabled.
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: "Template: Related Posts Enabled"
|
||||
title: "Layout: Related Posts Enabled"
|
||||
related: true
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- related posts
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This post has related posts enabled.
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: "Template: Social Sharing Links Disabled"
|
||||
title: "Layout: Social Sharing Links Disabled"
|
||||
share: false
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- social
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This post has social sharing disabled.
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: "Template: Social Sharing Links Enabled"
|
||||
title: "Layout: Social Sharing Links Enabled"
|
||||
share: true
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- social
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This post should display social sharing links.
|
|
@ -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
|
||||
comments: false
|
||||
share: false
|
||||
related: false
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- related posts
|
||||
- social
|
||||
- comments
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This post has reading time, comments, social sharing links, and related posts disabled.
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Template: Post with Table Of Contents"
|
||||
title: "Layout: Post with Table Of Contents"
|
||||
header:
|
||||
image: unsplash-image-9.jpg
|
||||
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: "Template: Code Excerpt (Generated)"
|
||||
title: "Layout: Code Excerpt (Generated)"
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- content
|
||||
- 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.
|
|
@ -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."
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- content
|
||||
- excerpt
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This is the post content. It should be displayed in place of the user-defined excerpt in archive-index pages.
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
title: "Template: Excerpt (Generated)"
|
||||
title: "Layout: Excerpt (Generated)"
|
||||
excerpt_separator: "<!--more-->"
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- content
|
||||
- excerpt
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This is the post content. Archive-index pages should display an auto-generated excerpt of this content.
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Template: Author Override"
|
||||
title: "Layout: Author Override"
|
||||
author: Billy Rick
|
||||
excerpt: "A post to test author overrides using a data file."
|
||||
---
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Template: Author Sidebar Disabled"
|
||||
title: "Layout: Author Sidebar Disabled"
|
||||
excerpt: "A post to test disabling author sidebar."
|
||||
author_profile: false
|
||||
---
|
|
@ -1,15 +1,15 @@
|
|||
---
|
||||
title: "Template: Header Image (External URL)"
|
||||
title: "Layout: Header Image (External URL)"
|
||||
header:
|
||||
image: https://farm5.staticflickr.com/4140/4939863887_84705982fd_b.jpg
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- edge case
|
||||
- featured image
|
||||
- image
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This post should display a **header image**, if the theme supports it.
|
|
@ -1,16 +1,16 @@
|
|||
---
|
||||
title: "Template: Header Image (Horizontal)"
|
||||
title: "Layout: Header Image (Horizontal)"
|
||||
header:
|
||||
image: unsplash-image-1.jpg
|
||||
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- edge case
|
||||
- featured image
|
||||
- image
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This post should display a **header image**, if the theme supports it.
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Template: Header Image and Text Readability"
|
||||
title: "Layout: Header Image and Text Readability"
|
||||
header:
|
||||
image: unsplash-image-4.jpg
|
||||
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
|
|
@ -1,17 +1,16 @@
|
|||
---
|
||||
title: "Template: Header Image (Vertical)"
|
||||
title: "Layout: Header Image (Vertical)"
|
||||
header:
|
||||
image: unsplash-image-6.jpg
|
||||
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- Codex
|
||||
- edge case
|
||||
- featured image
|
||||
- image
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This post should display a **header image**, if the theme supports it.
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
title: "Template: Header Overlay with Background Fill"
|
||||
title: "Layout: Header Overlay with Background Fill"
|
||||
header:
|
||||
overlay_color: "#333"
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- edge case
|
||||
- image
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This post should display a **header with a solid background color**, if the theme supports it.
|
|
@ -1,16 +1,16 @@
|
|||
---
|
||||
title: "Template: Header Image Overlay"
|
||||
title: "Layout: Header Image Overlay"
|
||||
header:
|
||||
overlay_image: unsplash-image-1.jpg
|
||||
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
|
||||
cta_url: "https://unsplash.com"
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- edge case
|
||||
- image
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This post should display a **header with an overlay image**, if the theme supports it.
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: "Template: More Tag"
|
||||
title: "Layout: More Tag"
|
||||
categories:
|
||||
- Template
|
||||
- Layout
|
||||
- Uncategorized
|
||||
tags:
|
||||
- content
|
||||
- read more
|
||||
- template
|
||||
- layout
|
||||
---
|
||||
|
||||
This content is before the [excerpt separator tag](http://jekyllrb.com/docs/posts/#post-excerpts).
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Template: Sidebar Custom"
|
||||
title: "Layout: Sidebar Custom"
|
||||
excerpt: "A post to custom sidebar content."
|
||||
author_profile: false
|
||||
sidebar:
|
Loading…
Reference in a new issue