From 3ca8458f472c5a8fec9fcac019f37d61ea270bf7 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Mon, 20 Mar 2023 09:16:30 -0400 Subject: [PATCH] add post template --- content/posts/_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/posts/_template.md diff --git a/content/posts/_template.md b/content/posts/_template.md new file mode 100644 index 0000000..1690318 --- /dev/null +++ b/content/posts/_template.md @@ -0,0 +1,15 @@ +--- +layout: post +title: _Template_ +author: YourName +publishDate: 1900-12-31 +lastMod: 1900-12-31 +toc: false +draft: true +categories: + - blog +--- + +A short, concise post. These entries should *not* need multiple sections or change log. Use them if necessary but try to avoid a need. + +Posts should *not* be tagged so posts do not flow into the main knowledge base. \ No newline at end of file