From 4277b204f675191488fa5a23e7adf77070e7008b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 27 Dec 2021 11:30:07 -0700 Subject: [PATCH] Rename posts to blog --- config.toml | 8 ++++---- .../2020/10/boot-raspberry-pi-over-tftp.md | 0 .../2021/09/nihonmachi/images/buchanan.jpg | Bin .../2021/09/nihonmachi/images/ramen.jpg | Bin content/{posts => blog}/2021/09/nihonmachi/index.md | 0 .../{posts => blog}/2021/09/oskitone-scout/index.md | 0 .../2021/10/pnw-reunion-trip/friends.jpg | Bin .../2021/10/pnw-reunion-trip/index.md | 0 content/{posts => blog}/2021/10/pnw/index.md | 0 content/blog/_index.md | 4 ++++ content/posts/_index.md | 4 ---- 11 files changed, 8 insertions(+), 8 deletions(-) rename content/{posts => blog}/2020/10/boot-raspberry-pi-over-tftp.md (100%) rename content/{posts => blog}/2021/09/nihonmachi/images/buchanan.jpg (100%) rename content/{posts => blog}/2021/09/nihonmachi/images/ramen.jpg (100%) rename content/{posts => blog}/2021/09/nihonmachi/index.md (100%) rename content/{posts => blog}/2021/09/oskitone-scout/index.md (100%) rename content/{posts => blog}/2021/10/pnw-reunion-trip/friends.jpg (100%) rename content/{posts => blog}/2021/10/pnw-reunion-trip/index.md (100%) rename content/{posts => blog}/2021/10/pnw/index.md (100%) create mode 100644 content/blog/_index.md delete mode 100644 content/posts/_index.md diff --git a/config.toml b/config.toml index 9322ecd..0887338 100644 --- a/config.toml +++ b/config.toml @@ -14,9 +14,9 @@ name = 'Eryn Wells' [menu] [[menu.main]] - identifier = 'posts' - name = 'Posts' - url = '/posts/' + identifier = 'blog' + name = 'Blog' + url = '/blog/' [[menu.main]] identifier = 'resume' name = 'Résumé' @@ -29,7 +29,7 @@ instagram = 'erynofwales' description = 'Home page of Eryn Wells' [permalinks] -posts = 'posts/:year/:month/:slug/' +blog = 'blog/:year/:month/:slug/' [taxonomies] category = 'categories' diff --git a/content/posts/2020/10/boot-raspberry-pi-over-tftp.md b/content/blog/2020/10/boot-raspberry-pi-over-tftp.md similarity index 100% rename from content/posts/2020/10/boot-raspberry-pi-over-tftp.md rename to content/blog/2020/10/boot-raspberry-pi-over-tftp.md diff --git a/content/posts/2021/09/nihonmachi/images/buchanan.jpg b/content/blog/2021/09/nihonmachi/images/buchanan.jpg similarity index 100% rename from content/posts/2021/09/nihonmachi/images/buchanan.jpg rename to content/blog/2021/09/nihonmachi/images/buchanan.jpg diff --git a/content/posts/2021/09/nihonmachi/images/ramen.jpg b/content/blog/2021/09/nihonmachi/images/ramen.jpg similarity index 100% rename from content/posts/2021/09/nihonmachi/images/ramen.jpg rename to content/blog/2021/09/nihonmachi/images/ramen.jpg diff --git a/content/posts/2021/09/nihonmachi/index.md b/content/blog/2021/09/nihonmachi/index.md similarity index 100% rename from content/posts/2021/09/nihonmachi/index.md rename to content/blog/2021/09/nihonmachi/index.md diff --git a/content/posts/2021/09/oskitone-scout/index.md b/content/blog/2021/09/oskitone-scout/index.md similarity index 100% rename from content/posts/2021/09/oskitone-scout/index.md rename to content/blog/2021/09/oskitone-scout/index.md diff --git a/content/posts/2021/10/pnw-reunion-trip/friends.jpg b/content/blog/2021/10/pnw-reunion-trip/friends.jpg similarity index 100% rename from content/posts/2021/10/pnw-reunion-trip/friends.jpg rename to content/blog/2021/10/pnw-reunion-trip/friends.jpg diff --git a/content/posts/2021/10/pnw-reunion-trip/index.md b/content/blog/2021/10/pnw-reunion-trip/index.md similarity index 100% rename from content/posts/2021/10/pnw-reunion-trip/index.md rename to content/blog/2021/10/pnw-reunion-trip/index.md diff --git a/content/posts/2021/10/pnw/index.md b/content/blog/2021/10/pnw/index.md similarity index 100% rename from content/posts/2021/10/pnw/index.md rename to content/blog/2021/10/pnw/index.md diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..172c80a --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,4 @@ +--- +title: "Blog" +description: "Blog" +--- \ No newline at end of file diff --git a/content/posts/_index.md b/content/posts/_index.md deleted file mode 100644 index bd1f873..0000000 --- a/content/posts/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Posts" -description: "Posts" ---- \ No newline at end of file