diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-07-15 01:10:41 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-07-15 01:10:41 -0400 |
| commit | 8b1d8bf26452f3ce8b38228a39755a6b8e18775a (patch) | |
| tree | f30f5cc86ce6758589d3d42607e829d0f537e70b /example-site/blog | |
| parent | 904e37a88a6a2eab3919f7f2c40bbb2c07544a7c (diff) | |
| download | go-website-8b1d8bf26452f3ce8b38228a39755a6b8e18775a.tar.gz go-website-8b1d8bf26452f3ce8b38228a39755a6b8e18775a.tar.xz | |
Start on the example website. Remove some chunks of code. Fix up author handling in the feeds.
Diffstat (limited to 'example-site/blog')
| -rw-r--r-- | example-site/blog/first-post.md | 19 | ||||
| -rw-r--r-- | example-site/blog/second-post.md | 14 |
2 files changed, 33 insertions, 0 deletions
diff --git a/example-site/blog/first-post.md b/example-site/blog/first-post.md new file mode 100644 index 0000000..42ef931 --- /dev/null +++ b/example-site/blog/first-post.md @@ -0,0 +1,19 @@ +--- +title: 'Blog Post #1' +# head: "This is optional" +description: My example description + +date: 07.02.2021 15:00:00 EDT + +tags: + Blog: + +|--- + +`{{.Date.Time.Format "Monday January 2 2006"}}` + +# {{.Title}} + +This is an example first blog post. + +Not much here. diff --git a/example-site/blog/second-post.md b/example-site/blog/second-post.md new file mode 100644 index 0000000..f8abef2 --- /dev/null +++ b/example-site/blog/second-post.md @@ -0,0 +1,14 @@ +--- +title: 'Blog Post #2' +description: My example description for blog post #2 +date: 07.14.2021 15:00:00 EDT +tags: + Blog: +|--- + +`{{.Date.Time.Format "Monday January 2 2006"}}` + +# {{.Title}} + +This is an example second blog post. + |
