add an example post written in html directly to the example site
This commit is contained in:
parent
0ac1024c6c
commit
b8200b220d
|
@ -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
|
||||||
|
|
3
example-site/posts/2023-05-08-plain-html-content.html
Normal file
3
example-site/posts/2023-05-08-plain-html-content.html
Normal 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>
|
Loading…
Reference in a new issue