Add helpers for creating draft posts
This commit is contained in:
parent
86d216fb08
commit
515866b0cb
3 changed files with 36 additions and 0 deletions
3
src/posts/drafts/.gitignore
vendored
Normal file
3
src/posts/drafts/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
*
|
||||
!drafts.json
|
||||
!.gitignore
|
||||
1
src/posts/drafts/drafts.json
Normal file
1
src/posts/drafts/drafts.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"draft": true}
|
||||
Loading…
Add table
Add a link
Reference in a new issue