From 4213a299fafaad33edb9e014b963ebd3ddd1d8b3 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 22 Apr 2023 15:30:25 -0500 Subject: [PATCH] vault backup: 2023-04-22 15:30:25 --- content/bookshelf/2022 Books.md | 5 +++++ content/bookshelf/2023 Books.md | 6 ++++++ content/bookshelf/Best Ever.md | 6 ++++++ content/templates/Frontmatter.md | 4 +--- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/content/bookshelf/2022 Books.md b/content/bookshelf/2022 Books.md index e69de29bb..a8e008b73 100644 --- a/content/bookshelf/2022 Books.md +++ b/content/bookshelf/2022 Books.md @@ -0,0 +1,5 @@ +--- +title: "2022 Books" +tags: +- example-tag +--- \ No newline at end of file diff --git a/content/bookshelf/2023 Books.md b/content/bookshelf/2023 Books.md index 87b752315..520d87100 100644 --- a/content/bookshelf/2023 Books.md +++ b/content/bookshelf/2023 Books.md @@ -1,3 +1,9 @@ +--- +title: "2023 Books" +tags: +- example-tag +--- + - Getting Things Done - Man's Search for Meaning - The Master and Margarita \ No newline at end of file diff --git a/content/bookshelf/Best Ever.md b/content/bookshelf/Best Ever.md index 76e2e268e..5016d9dc5 100644 --- a/content/bookshelf/Best Ever.md +++ b/content/bookshelf/Best Ever.md @@ -1,3 +1,9 @@ +--- +title: "Best Ever" +tags: +- example-tag +--- + - Kitchen Confidential - Catch-22 - East of Eden diff --git a/content/templates/Frontmatter.md b/content/templates/Frontmatter.md index be6cb49a8..8ae2abafb 100644 --- a/content/templates/Frontmatter.md +++ b/content/templates/Frontmatter.md @@ -2,6 +2,4 @@ title: "Example Title" tags: - example-tag ---- - -added something \ No newline at end of file +--- \ No newline at end of file