add post template
This commit is contained in:
parent
54217ac6bd
commit
3ca8458f47
15
content/posts/_template.md
Normal file
15
content/posts/_template.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue