editor templates: move to different folder so they aren't built with the site

This commit is contained in:
Colin 2023-01-30 23:53:48 +00:00
parent c98ba33596
commit c1099eeb14
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
{
"folder": "content/templates"
}
"folder": "editor-templates"
}

View File

@ -8,9 +8,9 @@ date = {{date:YYYY-MM-DD}}
## instantiation (Obsidian)
1. create a new file, blog/DRAFT-YYYY-MM-DD-title
1. create a new file, `content/blog/DRAFT-YYYY-MM-DD-title.md`
2. ctrl + P => "insert template"
## instantiation (manual)
1. `cp templates/DRAFT-blog-article.md blog/DRAFT-YYYY-MM-DD-title`
1. `cp editor-templates/DRAFT-blog-article.md content/blog/DRAFT-YYYY-MM-DD-title`