From 9cc66e83af4e5ea299bab20ad586a455a550a373 Mon Sep 17 00:00:00 2001 From: Ethan Marshall Date: Thu, 1 Aug 2024 23:18:02 +0100 Subject: [PATCH] Fix blog permalinks --- content/{post => blog}/_index.md | 1 - content/{post => blog}/hello-world/index.md | 0 content/{post => blog}/hello-world/signing-off.gif | Bin themes/risotto/layouts/{post => blog}/list.html | 0 4 files changed, 1 deletion(-) rename content/{post => blog}/_index.md (90%) rename content/{post => blog}/hello-world/index.md (100%) rename content/{post => blog}/hello-world/signing-off.gif (100%) rename themes/risotto/layouts/{post => blog}/list.html (100%) diff --git a/content/post/_index.md b/content/blog/_index.md similarity index 90% rename from content/post/_index.md rename to content/blog/_index.md index be2a3b1..12a7af1 100644 --- a/content/post/_index.md +++ b/content/blog/_index.md @@ -2,7 +2,6 @@ aliases = ["posts", "articles", "blog", "showcase", "docs"] title = "Blog" author = "Ethan Marshall" -tags = ["index"] +++ This is a collection of my personal blog posts. diff --git a/content/post/hello-world/index.md b/content/blog/hello-world/index.md similarity index 100% rename from content/post/hello-world/index.md rename to content/blog/hello-world/index.md diff --git a/content/post/hello-world/signing-off.gif b/content/blog/hello-world/signing-off.gif similarity index 100% rename from content/post/hello-world/signing-off.gif rename to content/blog/hello-world/signing-off.gif diff --git a/themes/risotto/layouts/post/list.html b/themes/risotto/layouts/blog/list.html similarity index 100% rename from themes/risotto/layouts/post/list.html rename to themes/risotto/layouts/blog/list.html