From 498b077cad93a4d0a3e5882487bbb7376fbef6ad Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 13 Jun 2023 22:24:06 -0500 Subject: [PATCH] change content --- content/_index.md | 16 ++-------------- content/bookshelf/2022 Books.md | 2 +- content/bookshelf/2023 Books.md | 2 +- content/bookshelf/Best Ever.md | 2 +- content/learning/Git for Data Analysts.md | 2 +- content/private/Jackie's how to/config.md | 2 +- content/private/hugo tips.md | 2 ++ content/tags/articles.md | 0 content/tags/books.md | 0 9 files changed, 9 insertions(+), 19 deletions(-) create mode 100644 content/private/hugo tips.md create mode 100644 content/tags/articles.md create mode 100644 content/tags/books.md diff --git a/content/_index.md b/content/_index.md index 09c2aa09e..72a7086c4 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,17 +2,5 @@ title: "Home" enableToc: false --- - -# About - -# Learning -- [[learning/Git for Data Analysts]] - -# Projects - -# Bookshelf -- [[bookshelf/Best Ever]] -- [[bookshelf/2023 Books]] -- [[bookshelf/2022 Books]] - -# Articles \ No newline at end of file +# About +Hello I'm Chris. \ No newline at end of file diff --git a/content/bookshelf/2022 Books.md b/content/bookshelf/2022 Books.md index a8e008b73..0036a05e3 100644 --- a/content/bookshelf/2022 Books.md +++ b/content/bookshelf/2022 Books.md @@ -1,5 +1,5 @@ --- title: "2022 Books" tags: -- example-tag +- books --- \ No newline at end of file diff --git a/content/bookshelf/2023 Books.md b/content/bookshelf/2023 Books.md index 94e3361cb..a99e40802 100644 --- a/content/bookshelf/2023 Books.md +++ b/content/bookshelf/2023 Books.md @@ -1,7 +1,7 @@ --- title: "2023 Books" tags: -- example-tag +- books --- - Getting Things Done diff --git a/content/bookshelf/Best Ever.md b/content/bookshelf/Best Ever.md index 5016d9dc5..0496e804d 100644 --- a/content/bookshelf/Best Ever.md +++ b/content/bookshelf/Best Ever.md @@ -1,7 +1,7 @@ --- title: "Best Ever" tags: -- example-tag +- books --- - Kitchen Confidential diff --git a/content/learning/Git for Data Analysts.md b/content/learning/Git for Data Analysts.md index 2078c22b9..46bb7927a 100644 --- a/content/learning/Git for Data Analysts.md +++ b/content/learning/Git for Data Analysts.md @@ -1,7 +1,7 @@ --- title: "Git for Data Analysts" tags: -- example-tag +- articles --- > [!note] Note diff --git a/content/private/Jackie's how to/config.md b/content/private/Jackie's how to/config.md index fbbaa29d6..1f5c22ef1 100644 --- a/content/private/Jackie's how to/config.md +++ b/content/private/Jackie's how to/config.md @@ -50,7 +50,7 @@ enableFooter: true enableContextualBacklinks: true # whether to show a section of recent notes on the home page -enableRecentNotes: false +enableRecentNotes: true # whether to display an 'edit' button next to the last edited field # that links to github diff --git a/content/private/hugo tips.md b/content/private/hugo tips.md new file mode 100644 index 000000000..f3a22918b --- /dev/null +++ b/content/private/hugo tips.md @@ -0,0 +1,2 @@ +- Tag files must be completely empty for them to work +- \ No newline at end of file diff --git a/content/tags/articles.md b/content/tags/articles.md new file mode 100644 index 000000000..e69de29bb diff --git a/content/tags/books.md b/content/tags/books.md new file mode 100644 index 000000000..e69de29bb