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?