From b8200b220dd3ff237651529af78fe97463425cd4 Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 1 Jul 2023 15:36:10 -0400 Subject: [PATCH] add an example post written in html directly to the example site --- example-site/posts.yml | 7 +++++++ example-site/posts/2023-05-08-plain-html-content.html | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 example-site/posts/2023-05-08-plain-html-content.html diff --git a/example-site/posts.yml b/example-site/posts.yml index 050325c..2cba421 100644 --- a/example-site/posts.yml +++ b/example-site/posts.yml @@ -31,6 +31,13 @@ posts: - aaa - rant + - file_path: 2023-05-08-plain-html-content.html + title: Plain HTML Content + date: 2023-05-08 + slug: plain-html-content + tags: + - testing + - file_path: 2023-06-27-donuts-are-pretty-great.md title: Donuts Are Pretty Great date: 2023-06-27 diff --git a/example-site/posts/2023-05-08-plain-html-content.html b/example-site/posts/2023-05-08-plain-html-content.html new file mode 100644 index 0000000..8f1344b --- /dev/null +++ b/example-site/posts/2023-05-08-plain-html-content.html @@ -0,0 +1,3 @@ +

This is a post that is written as plain ol' HTML.

+ +

Otherwise, there's nothing special about this post. Got it?