add an example post written in html directly to the example site

This commit is contained in:
Gered 2023-07-01 15:36:10 -04:00
parent 0ac1024c6c
commit b8200b220d
2 changed files with 10 additions and 0 deletions

View file

@ -31,6 +31,13 @@ posts:
- aaa - aaa
- rant - 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 - file_path: 2023-06-27-donuts-are-pretty-great.md
title: Donuts Are Pretty Great title: Donuts Are Pretty Great
date: 2023-06-27 date: 2023-06-27

View file

@ -0,0 +1,3 @@
<p>This is a post that is written as plain ol' HTML.</p>
<p>Otherwise, there's <em>nothing</em> special about this post. Got it?</p>