Update example site with loads of examples.master
parent
e8566709b1
commit
065c6b0f13
8 changed files with 66 additions and 21 deletions
@ -0,0 +1,10 @@ |
||||
+++ |
||||
title = "Draft state" |
||||
date = 2017-07-12T13:46:16-04:00 |
||||
tags = [] |
||||
draft = true |
||||
+++ |
||||
|
||||
If a post has the `DRAFT` keyword too, the `draft` front matter variable should be set to `true`. |
||||
|
||||
Idea is to mark a post as `DRAFT` that you have already started writing, or are in the process at the moment, but it is not yet ready to be published |
||||
@ -1,7 +1,10 @@ |
||||
+++ |
||||
title = "Draft state" |
||||
date = 2017-07-12T13:16:55-04:00 |
||||
date = 2017-07-12T13:45:57-04:00 |
||||
tags = [] |
||||
draft = true |
||||
+++ |
||||
|
||||
If a post has the `TODO` keyword, the `draft` front matter variable should be set to `true`. |
||||
|
||||
Idea to to mark a post or blog idea as `TODO` that you yet have to start writing. |
||||
@ -1,5 +1,6 @@ |
||||
+++ |
||||
title = "Test tags" |
||||
date = 2017-07-12T13:09:40-04:00 |
||||
tags = [] |
||||
date = 2017-07-12T13:48:01-04:00 |
||||
tags = ["abc", "def"] |
||||
draft = false |
||||
+++ |
||||
|
||||
Loading…
Reference in new issue