diff options
Diffstat (limited to 'example-site/blog/first-post.md')
| -rw-r--r-- | example-site/blog/first-post.md | 19 |
1 files changed, 19 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. |
