From bcf6d391f17a193c81ad6643f8d006de6c6abad8 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 18 Jul 2021 16:27:24 -0400 Subject: Adjust the program a bit, remove clunky "head" templates. Add an example site among other improvements --- example-site/blog/unpublished-post.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 example-site/blog/unpublished-post.md (limited to 'example-site/blog/unpublished-post.md') diff --git a/example-site/blog/unpublished-post.md b/example-site/blog/unpublished-post.md new file mode 100644 index 0000000..3088250 --- /dev/null +++ b/example-site/blog/unpublished-post.md @@ -0,0 +1,22 @@ +--- +title: 'Unpublished Blog Post' +description: My example description for an unpublished blog post +date: 07.15.2021 15:00:00 EDT + +# Defaults to false +# published: false + +tags: + Blog: +|--- + +`{{.Date.Time.Format "Monday January 2 2006"}}` + +# {{.Title}} + +This is an example unpublished blog post. + +Description: + +> {{.Description}} + -- cgit v1.2.3