diff --git a/config/_default/menu.toml b/config/_default/menu.toml index 94c9f39..2db8f2a 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -28,6 +28,12 @@ url = "/categories/backstage/" weight = 1 +[[main]] + identifier = "slashes" + name = "slashes" + url = "/categories/slashes/" + weight = 10 + [[main]] identifier = "notes" name = "notes" diff --git a/config/_default/params.toml b/config/_default/params.toml index f1375d7..94b3418 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -184,6 +184,11 @@ icon = "fa-solid fa-envelope" title = "Email" url = "mailto:jbowdre@omg.lol" +[[slashPages]] +title = "/about" +url = "/about" +label = "about this site" + [[slashPages]] title = "/changelog" url = "/changelog" diff --git a/content/about.md b/content/about.md index 67ca941..9fc360c 100644 --- a/content/about.md +++ b/content/about.md @@ -1,10 +1,14 @@ -+++ -title = "Hi, I'm John." -description = "A brief introduction to me, this blog, and what you're likely to see here." -timeless = true -reply = false -aliases = ["tldr", "bio"] -+++ +--- +title: "/about" +date: "2024-05-26T21:19:08Z" +lastmod: "2024-05-29" +description: "A brief introduction to me, this blog, and what you're likely to see here." +timeless: true +toc: false +categories: "/slashes" +--- +**Hi, I'm John.** + ![Me, +/- a few decades](/images/john.jpg) You've (somehow) managed to stumble upon my dark corner of the internet[^1]. diff --git a/content/changelog.md b/content/changelog.md index 47a0dbb..f119f68 100644 --- a/content/changelog.md +++ b/content/changelog.md @@ -13,6 +13,7 @@ categories: /slashes **2024-05-29:** - Display post descriptions (if set) on archive pages; otherwise fall back to summaries - Add /slashes archive page +- Add /slashes to top menu, add /about **2024-05-27:** - Replace "powered by" links with slashpages diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6256028..bb088db 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,5 @@ -