Add more sample content
This commit is contained in:
parent
0fc9bd6755
commit
7efda9689d
9 changed files with 59 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Edge Case: No Content"
|
title: "Edge Case: No Body Content"
|
||||||
date: 2009-08-06T09:39:56+00:00
|
date: 2009-08-06T09:39:56+00:00
|
||||||
categories:
|
categories:
|
||||||
- Edge Case
|
- Edge Case
|
14
_posts/2009-10-05-edge-case-very-long-title.md
Normal file
14
_posts/2009-10-05-edge-case-very-long-title.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: "Suspicio? Bene ... tunc ibimus? Quis uh ... CONEXUS locus his diebus? Quisque semper aliquid videtur, in volutpat mauris. Nolo enim dicere. Vobis neque ab aliis. Ego feci memetipsum explicans. Gus mortuus est. Lorem opus habeo. Jackson Isai? Tu quoque ... A te quidem a ante. Vos scitis quod blinking res Ive 'been vocans super vos? Et conteram illud, et conteram hoc. Maledicant druggie excors. Iam hoc tu facere conatus sum ad te in omni tempore? Ludum mutavit. Verbum est ex. Et ... sunt occid"
|
||||||
|
date: 2009-10-05T12:00:59+00:00
|
||||||
|
categories:
|
||||||
|
- Edge Case
|
||||||
|
tags:
|
||||||
|
- content
|
||||||
|
- css
|
||||||
|
- edge case
|
||||||
|
- html
|
||||||
|
- layout
|
||||||
|
- title
|
||||||
|
---
|
||||||
|
Check for long titles and how they might break a template.
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Post: Comments Disabled"
|
title: "Template: Comments Disabled"
|
||||||
date: 2012-01-02T10:21:15+00:00
|
date: 2012-01-02T10:21:15+00:00
|
||||||
comments: false
|
comments: false
|
||||||
categories:
|
categories:
|
||||||
|
|
14
_posts/2012-01-02-template-sharing-disabled.md
Normal file
14
_posts/2012-01-02-template-sharing-disabled.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: "Template: Social Sharing Links Disabled"
|
||||||
|
date: 2012-01-02T10:21:15+00:00
|
||||||
|
share: false
|
||||||
|
categories:
|
||||||
|
- Template
|
||||||
|
- Uncategorized
|
||||||
|
tags:
|
||||||
|
- comments
|
||||||
|
- template
|
||||||
|
---
|
||||||
|
This post has social sharing disabled.
|
||||||
|
|
||||||
|
Social sharing links should not appear.
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Post: Comments Enabled"
|
title: "Template: Comments Enabled"
|
||||||
date: 2012-01-03T10:11:37+00:00
|
date: 2012-01-03T10:11:37+00:00
|
||||||
comments: true
|
comments: true
|
||||||
categories:
|
categories:
|
||||||
|
|
12
_posts/2012-01-03-template-sharing.md
Normal file
12
_posts/2012-01-03-template-sharing.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: "Template: Social Sharing Links Enabled"
|
||||||
|
date: 2012-01-03T10:11:37+00:00
|
||||||
|
share: true
|
||||||
|
categories:
|
||||||
|
- Template
|
||||||
|
- Uncategorized
|
||||||
|
tags:
|
||||||
|
- social
|
||||||
|
- template
|
||||||
|
---
|
||||||
|
This post should display social sharing links.
|
16
_posts/2012-03-15-template-featured-image-external.md
Normal file
16
_posts/2012-03-15-template-featured-image-external.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
title: "Template: Featured Image (External URL)"
|
||||||
|
date: 2012-03-15T15:15:12+00:00
|
||||||
|
categories:
|
||||||
|
- Template
|
||||||
|
- Uncategorized
|
||||||
|
tags:
|
||||||
|
- Codex
|
||||||
|
- edge case
|
||||||
|
- featured image
|
||||||
|
- image
|
||||||
|
- template
|
||||||
|
---
|
||||||
|
This post should display a **featured image**, if the theme supports it.
|
||||||
|
|
||||||
|
Featured image is an external asset and should load.
|
Loading…
Reference in a new issue