From 995a539fa9101f71168df6fee7b6419eb8c9cdb9 Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Sun, 12 Jan 2025 15:51:58 +0100 Subject: [PATCH] add default section content --- content/books/_index.md | 5 +++++ content/books/current/_index.md | 6 ++++++ content/books/log/_index.md | 6 ++++++ content/books/wishlist/_index.md | 6 ++++++ content/films/_index.md | 5 +++++ content/films/log/_index.md | 6 ++++++ content/films/wishlist/_index.md | 6 ++++++ content/games/_index.md | 5 +++++ content/games/current/_index.md | 6 ++++++ content/games/log/_index.md | 6 ++++++ content/games/wishlist/_index.md | 6 ++++++ content/tv/_index.md | 5 +++++ content/tv/episodes/_index.md | 5 +++++ content/tv/episodes/log/_index.md | 7 +++++++ content/tv/series/_index.md | 5 +++++ content/tv/series/current/_index.md | 6 ++++++ content/tv/series/log/_index.md | 6 ++++++ content/tv/series/wishlist/_index.md | 6 ++++++ 18 files changed, 103 insertions(+) create mode 100644 content/books/_index.md create mode 100644 content/books/current/_index.md create mode 100644 content/books/log/_index.md create mode 100644 content/books/wishlist/_index.md create mode 100644 content/films/_index.md create mode 100644 content/films/log/_index.md create mode 100644 content/films/wishlist/_index.md create mode 100644 content/games/_index.md create mode 100644 content/games/current/_index.md create mode 100644 content/games/log/_index.md create mode 100644 content/games/wishlist/_index.md create mode 100644 content/tv/_index.md create mode 100644 content/tv/episodes/_index.md create mode 100644 content/tv/episodes/log/_index.md create mode 100644 content/tv/series/_index.md create mode 100644 content/tv/series/current/_index.md create mode 100644 content/tv/series/log/_index.md create mode 100644 content/tv/series/wishlist/_index.md diff --git a/content/books/_index.md b/content/books/_index.md new file mode 100644 index 0000000..af7a188 --- /dev/null +++ b/content/books/_index.md @@ -0,0 +1,5 @@ +--- +title: Books +--- + +Here you can record books that you read. diff --git a/content/books/current/_index.md b/content/books/current/_index.md new file mode 100644 index 0000000..b8bf076 --- /dev/null +++ b/content/books/current/_index.md @@ -0,0 +1,6 @@ +--- +title: Currently Reading +weight: 4 +--- + +Here you can record books that you are currently reading. diff --git a/content/books/log/_index.md b/content/books/log/_index.md new file mode 100644 index 0000000..8c2d98d --- /dev/null +++ b/content/books/log/_index.md @@ -0,0 +1,6 @@ +--- +title: Read +weight: 2 +--- + +Here you can record books that you have previously read. diff --git a/content/books/wishlist/_index.md b/content/books/wishlist/_index.md new file mode 100644 index 0000000..61ad06d --- /dev/null +++ b/content/books/wishlist/_index.md @@ -0,0 +1,6 @@ +--- +title: To-Read +weight: 3 +--- + +Here you can record books that you would like to read. diff --git a/content/films/_index.md b/content/films/_index.md new file mode 100644 index 0000000..2f73334 --- /dev/null +++ b/content/films/_index.md @@ -0,0 +1,5 @@ +--- +title: Films +--- + +Here you can record films that you watch. diff --git a/content/films/log/_index.md b/content/films/log/_index.md new file mode 100644 index 0000000..917e47a --- /dev/null +++ b/content/films/log/_index.md @@ -0,0 +1,6 @@ +--- +title: Watched +weight: 1 +--- + +Here you can record films that you have previously watched. diff --git a/content/films/wishlist/_index.md b/content/films/wishlist/_index.md new file mode 100644 index 0000000..61cd0bf --- /dev/null +++ b/content/films/wishlist/_index.md @@ -0,0 +1,6 @@ +--- +title: To-Watch +weight: 2 +--- + +Here you can record films that you would like to watch. diff --git a/content/games/_index.md b/content/games/_index.md new file mode 100644 index 0000000..6af5fa1 --- /dev/null +++ b/content/games/_index.md @@ -0,0 +1,5 @@ +--- +title: Games +--- + +Here you can record games that you play. diff --git a/content/games/current/_index.md b/content/games/current/_index.md new file mode 100644 index 0000000..d009d40 --- /dev/null +++ b/content/games/current/_index.md @@ -0,0 +1,6 @@ +--- +title: Currently Playing +weight: 1 +--- + +Here you can record games that you are currently playing. diff --git a/content/games/log/_index.md b/content/games/log/_index.md new file mode 100644 index 0000000..5acc5a5 --- /dev/null +++ b/content/games/log/_index.md @@ -0,0 +1,6 @@ +--- +title: Played +weight: 2 +--- + +Here you can record games that you have previously played. diff --git a/content/games/wishlist/_index.md b/content/games/wishlist/_index.md new file mode 100644 index 0000000..7552be3 --- /dev/null +++ b/content/games/wishlist/_index.md @@ -0,0 +1,6 @@ +--- +title: To-Play +weight: 3 +--- + +Here you can record games that you would like to play. diff --git a/content/tv/_index.md b/content/tv/_index.md new file mode 100644 index 0000000..6233e48 --- /dev/null +++ b/content/tv/_index.md @@ -0,0 +1,5 @@ +--- +title: TV +--- + +Here you can record TV shows that you watch. diff --git a/content/tv/episodes/_index.md b/content/tv/episodes/_index.md new file mode 100644 index 0000000..cb3c211 --- /dev/null +++ b/content/tv/episodes/_index.md @@ -0,0 +1,5 @@ +--- +title: TV Episodes +--- + +Here you can record TV show episodes that you watch. diff --git a/content/tv/episodes/log/_index.md b/content/tv/episodes/log/_index.md new file mode 100644 index 0000000..e0adfa6 --- /dev/null +++ b/content/tv/episodes/log/_index.md @@ -0,0 +1,7 @@ +--- +title: Watched +slug: log +weight: 2 +--- + +Here you can record TV show episodes that you have previously watched. diff --git a/content/tv/series/_index.md b/content/tv/series/_index.md new file mode 100644 index 0000000..ba8de4d --- /dev/null +++ b/content/tv/series/_index.md @@ -0,0 +1,5 @@ +--- +title: TV Series' +--- + +Here you can record TV series' that you watch. diff --git a/content/tv/series/current/_index.md b/content/tv/series/current/_index.md new file mode 100644 index 0000000..8c6feea --- /dev/null +++ b/content/tv/series/current/_index.md @@ -0,0 +1,6 @@ +--- +title: Currently Watching +weight: 1 +--- + +Here you can record TV series' that you are currently watching. diff --git a/content/tv/series/log/_index.md b/content/tv/series/log/_index.md new file mode 100644 index 0000000..a88865c --- /dev/null +++ b/content/tv/series/log/_index.md @@ -0,0 +1,6 @@ +--- +title: Watched +weight: 2 +--- + +Here you can record TV series' that you have previously watched. diff --git a/content/tv/series/wishlist/_index.md b/content/tv/series/wishlist/_index.md new file mode 100644 index 0000000..15b2275 --- /dev/null +++ b/content/tv/series/wishlist/_index.md @@ -0,0 +1,6 @@ +--- +title: To-Watch +weight: 3 +--- + +Here you can record TV series' that you have would like to watch.