uninsane/editor-templates/DRAFT-blog-article.md

17 lines
390 B
Markdown
Raw Normal View History

+++
title = "#todo:FILLME"
description = "#todo:FILLME"
date = {{date:YYYY-MM-DD}}
+++
#todo: remove the "DRAFT-" prefix from this filename to publish.
## instantiation (Obsidian)
1. create a new file, `content/blog/DRAFT-YYYY-MM-DD-title.md`
2. ctrl + P => "insert template"
## instantiation (manual)
1. `cp editor-templates/DRAFT-blog-article.md content/blog/DRAFT-YYYY-MM-DD-title`