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