From b163b64e47b3b25e1ccebf7d2f716334ac696240 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 23 Oct 2024 10:28:54 -0700 Subject: [PATCH] Add index pages to blog and photos subdirectories These should be full Hugo sections so Hugo generates year section pages. --- content/blog/2020/_index.md | 4 ++++ content/blog/2021/_index.md | 4 ++++ content/blog/2022/_index.md | 4 ++++ content/blog/2024/_index.md | 4 ++++ content/photos/2021/_index.md | 4 ++++ content/photos/2022/_index.md | 4 ++++ content/photos/2023/_index.md | 4 ++++ 7 files changed, 28 insertions(+) create mode 100644 content/blog/2020/_index.md create mode 100644 content/blog/2021/_index.md create mode 100644 content/blog/2022/_index.md create mode 100644 content/blog/2024/_index.md create mode 100644 content/photos/2021/_index.md create mode 100644 content/photos/2022/_index.md create mode 100644 content/photos/2023/_index.md diff --git a/content/blog/2020/_index.md b/content/blog/2020/_index.md new file mode 100644 index 0000000..0539207 --- /dev/null +++ b/content/blog/2020/_index.md @@ -0,0 +1,4 @@ +--- +title: 2020 +date: 2020-01-01 +--- diff --git a/content/blog/2021/_index.md b/content/blog/2021/_index.md new file mode 100644 index 0000000..f27ca81 --- /dev/null +++ b/content/blog/2021/_index.md @@ -0,0 +1,4 @@ +--- +title: 2021 +date: 2021-01-01 +--- diff --git a/content/blog/2022/_index.md b/content/blog/2022/_index.md new file mode 100644 index 0000000..1598a29 --- /dev/null +++ b/content/blog/2022/_index.md @@ -0,0 +1,4 @@ +--- +title: 2022 +date: 2022-01-01 +--- diff --git a/content/blog/2024/_index.md b/content/blog/2024/_index.md new file mode 100644 index 0000000..05bcc0a --- /dev/null +++ b/content/blog/2024/_index.md @@ -0,0 +1,4 @@ +--- +title: 2024 +date: 2024-01-01 +--- diff --git a/content/photos/2021/_index.md b/content/photos/2021/_index.md new file mode 100644 index 0000000..f27ca81 --- /dev/null +++ b/content/photos/2021/_index.md @@ -0,0 +1,4 @@ +--- +title: 2021 +date: 2021-01-01 +--- diff --git a/content/photos/2022/_index.md b/content/photos/2022/_index.md new file mode 100644 index 0000000..1598a29 --- /dev/null +++ b/content/photos/2022/_index.md @@ -0,0 +1,4 @@ +--- +title: 2022 +date: 2022-01-01 +--- diff --git a/content/photos/2023/_index.md b/content/photos/2023/_index.md new file mode 100644 index 0000000..baadf43 --- /dev/null +++ b/content/photos/2023/_index.md @@ -0,0 +1,4 @@ +--- +title: 2023 +date: 2023-01-01 +---