Add helpers for creating draft posts

This commit is contained in:
arne 2022-03-10 09:11:05 +01:00
commit 515866b0cb
3 changed files with 36 additions and 0 deletions

3
src/posts/drafts/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
*
!drafts.json
!.gitignore

View file

@ -0,0 +1 @@
{"draft": true}