From 7efda9689d930a20e3c38c05ab363bc02954f611 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 24 Feb 2016 16:27:40 -0500 Subject: [PATCH] Add more sample content --- ...d => 2009-08-06-edge-case-no-body-content.md} | 2 +- ...itle-should-not-overflow-the-content-area.md} | 0 _posts/2009-10-05-edge-case-very-long-title.md | 14 ++++++++++++++ _posts/2012-01-02-template-comments-disabled.md | 2 +- _posts/2012-01-02-template-sharing-disabled.md | 14 ++++++++++++++ _posts/2012-01-03-template-comments.md | 2 +- _posts/2012-01-03-template-sharing.md | 12 ++++++++++++ ...md => 2012-03-15-template-author-override.md} | 0 ...012-03-15-template-featured-image-external.md | 16 ++++++++++++++++ 9 files changed, 59 insertions(+), 3 deletions(-) rename _posts/{2009-08-06-edge-case-no-content.md => 2009-08-06-edge-case-no-body-content.md} (75%) rename _posts/{2009-10-05-title-should-not-overflow-the-content-area.md => 2009-10-05-edge-case-title-should-not-overflow-the-content-area.md} (100%) create mode 100644 _posts/2009-10-05-edge-case-very-long-title.md create mode 100644 _posts/2012-01-02-template-sharing-disabled.md create mode 100644 _posts/2012-01-03-template-sharing.md rename _posts/{2014-07-31-template-author-override.md => 2012-03-15-template-author-override.md} (100%) create mode 100644 _posts/2012-03-15-template-featured-image-external.md diff --git a/_posts/2009-08-06-edge-case-no-content.md b/_posts/2009-08-06-edge-case-no-body-content.md similarity index 75% rename from _posts/2009-08-06-edge-case-no-content.md rename to _posts/2009-08-06-edge-case-no-body-content.md index 04c71e3b..fbb6d16e 100644 --- a/_posts/2009-08-06-edge-case-no-content.md +++ b/_posts/2009-08-06-edge-case-no-body-content.md @@ -1,5 +1,5 @@ --- -title: "Edge Case: No Content" +title: "Edge Case: No Body Content" date: 2009-08-06T09:39:56+00:00 categories: - Edge Case diff --git a/_posts/2009-10-05-title-should-not-overflow-the-content-area.md b/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md similarity index 100% rename from _posts/2009-10-05-title-should-not-overflow-the-content-area.md rename to _posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md diff --git a/_posts/2009-10-05-edge-case-very-long-title.md b/_posts/2009-10-05-edge-case-very-long-title.md new file mode 100644 index 00000000..9f73838d --- /dev/null +++ b/_posts/2009-10-05-edge-case-very-long-title.md @@ -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. \ No newline at end of file diff --git a/_posts/2012-01-02-template-comments-disabled.md b/_posts/2012-01-02-template-comments-disabled.md index b7247288..a72917aa 100644 --- a/_posts/2012-01-02-template-comments-disabled.md +++ b/_posts/2012-01-02-template-comments-disabled.md @@ -1,5 +1,5 @@ --- -title: "Post: Comments Disabled" +title: "Template: Comments Disabled" date: 2012-01-02T10:21:15+00:00 comments: false categories: diff --git a/_posts/2012-01-02-template-sharing-disabled.md b/_posts/2012-01-02-template-sharing-disabled.md new file mode 100644 index 00000000..8ae144d6 --- /dev/null +++ b/_posts/2012-01-02-template-sharing-disabled.md @@ -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. \ No newline at end of file diff --git a/_posts/2012-01-03-template-comments.md b/_posts/2012-01-03-template-comments.md index 0cac7220..919989ba 100644 --- a/_posts/2012-01-03-template-comments.md +++ b/_posts/2012-01-03-template-comments.md @@ -1,5 +1,5 @@ --- -title: "Post: Comments Enabled" +title: "Template: Comments Enabled" date: 2012-01-03T10:11:37+00:00 comments: true categories: diff --git a/_posts/2012-01-03-template-sharing.md b/_posts/2012-01-03-template-sharing.md new file mode 100644 index 00000000..dc9dc520 --- /dev/null +++ b/_posts/2012-01-03-template-sharing.md @@ -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. \ No newline at end of file diff --git a/_posts/2014-07-31-template-author-override.md b/_posts/2012-03-15-template-author-override.md similarity index 100% rename from _posts/2014-07-31-template-author-override.md rename to _posts/2012-03-15-template-author-override.md diff --git a/_posts/2012-03-15-template-featured-image-external.md b/_posts/2012-03-15-template-featured-image-external.md new file mode 100644 index 00000000..e3880f3d --- /dev/null +++ b/_posts/2012-03-15-template-featured-image-external.md @@ -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. \ No newline at end of file