add draft status to pages

This commit is contained in:
Amolith 2023-04-06 22:58:09 -04:00
parent 8e35d978c2
commit ab0496f1e6
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
4 changed files with 4 additions and 0 deletions

View File

@ -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" 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 cover: /assets/pngs/books.png
date: 2020-02-24T20:15:47-04:00 date: 2020-02-24T20:15:47-04:00
draft: false
toc: true toc: true
layout: generic layout: generic
--- ---

View File

@ -3,6 +3,7 @@ title: "Pipes and Tobacco"
description: "My collections and pipes and pipe tobacco" description: "My collections and pipes and pipe tobacco"
cover: /assets/pngs/pipe.png cover: /assets/pngs/pipe.png
date: 2020-04-01T23:13:05-04:00 date: 2020-04-01T23:13:05-04:00
draft: false
toc: true toc: true
layout: generic layout: generic
categories: categories:

View File

@ -2,6 +2,7 @@
title: "Projects" title: "Projects"
description: "Projects I'm currently working or have (mostly) finished" description: "Projects I'm currently working or have (mostly) finished"
date: 2023-01-17T13:42:01-05:00 date: 2023-01-17T13:42:01-05:00
draft: false
cover: ./cover.png cover: ./cover.png
type: generic type: generic
--- ---

View File

@ -2,6 +2,7 @@
title: "Uses" title: "Uses"
description: "Just a big page describing what I use that I think is notable" description: "Just a big page describing what I use that I think is notable"
date: 2021-08-18T22:57:48-04:00 date: 2021-08-18T22:57:48-04:00
draft: false
cover: ./cover.png cover: ./cover.png
type: generic type: generic
--- ---