From f2082a0d72f9359be02182883a1e1190d8b1b215 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 18 Jul 2021 16:04:06 -0400 Subject: More changes to how the website functions --- example-site/blog/first-post.md | 5 +---- example-site/blog/second-post.md | 1 + example-site/blog/unpublished-post.md | 22 ++++++++++++++++++++++ 3 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 example-site/blog/unpublished-post.md (limited to 'example-site/blog') diff --git a/example-site/blog/first-post.md b/example-site/blog/first-post.md index 42ef931..f9c5ea2 100644 --- a/example-site/blog/first-post.md +++ b/example-site/blog/first-post.md @@ -1,13 +1,10 @@ --- title: 'Blog Post #1' -# head: "This is optional" description: My example description - date: 07.02.2021 15:00:00 EDT - +published: true tags: Blog: - |--- `{{.Date.Time.Format "Monday January 2 2006"}}` diff --git a/example-site/blog/second-post.md b/example-site/blog/second-post.md index f8abef2..34fe318 100644 --- a/example-site/blog/second-post.md +++ b/example-site/blog/second-post.md @@ -2,6 +2,7 @@ title: 'Blog Post #2' description: My example description for blog post #2 date: 07.14.2021 15:00:00 EDT +published: true tags: Blog: |--- 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