add draft status to pages
This commit is contained in:
parent
8e35d978c2
commit
ab0496f1e6
|
@ -3,6 +3,7 @@ title: "Books"
|
|||
description: "List of books I've read, what I plan to read, and what I'm reading at the moment"
|
||||
cover: /assets/pngs/books.png
|
||||
date: 2020-02-24T20:15:47-04:00
|
||||
draft: false
|
||||
toc: true
|
||||
layout: generic
|
||||
---
|
||||
|
|
|
@ -3,6 +3,7 @@ title: "Pipes and Tobacco"
|
|||
description: "My collections and pipes and pipe tobacco"
|
||||
cover: /assets/pngs/pipe.png
|
||||
date: 2020-04-01T23:13:05-04:00
|
||||
draft: false
|
||||
toc: true
|
||||
layout: generic
|
||||
categories:
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title: "Projects"
|
||||
description: "Projects I'm currently working or have (mostly) finished"
|
||||
date: 2023-01-17T13:42:01-05:00
|
||||
draft: false
|
||||
cover: ./cover.png
|
||||
type: generic
|
||||
---
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title: "Uses"
|
||||
description: "Just a big page describing what I use that I think is notable"
|
||||
date: 2021-08-18T22:57:48-04:00
|
||||
draft: false
|
||||
cover: ./cover.png
|
||||
type: generic
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue