Set contents to be drafts
This commit is contained in:
parent
0374aa92bf
commit
1af4b5cbe1
@ -17,7 +17,7 @@ no-style-please](https://github.com/riggraz/no-style-please/).
|
||||
|
||||
## Installation
|
||||
|
||||
Just the same as any other Hugo theme.
|
||||
Just the same as any other Hugo theme. Pages shipped with theme as examples have `draft: true` in their frontmatters, use `--buildDrafts` to build them.
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
title: "strange post with custom js"
|
||||
custom_js: [mouse_coords]
|
||||
date: 2020-07-06T00:00:00+08:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
This post is strange. It also has some custom js.
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
draft: true
|
||||
title: "overview"
|
||||
date: 2020-07-07T00:00:00+08:00
|
||||
---
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
draft: true
|
||||
title: "Language Tests"
|
||||
category: example2
|
||||
date: 2020-07-08T00:00:00+08:00
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
draft: true
|
||||
title: "very very very long title and very very very short content"
|
||||
date: 2020-07-08T00:00:00+08:00
|
||||
---
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
draft: true
|
||||
title: "headings and toc"
|
||||
date: 2020-07-09T00:00:00+08:00
|
||||
---
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
draft: true
|
||||
title: "hr"
|
||||
date: 2020-07-09T00:00:00+08:00
|
||||
---
|
||||
|
Loading…
x
Reference in New Issue
Block a user