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