add /slashes to top menu, add /about

This commit is contained in:
John Bowdre 2024-05-29 16:58:41 -05:00
parent 3281be2187
commit a778c7c255
5 changed files with 24 additions and 8 deletions

View file

@ -28,6 +28,12 @@
url = "/categories/backstage/" url = "/categories/backstage/"
weight = 1 weight = 1
[[main]]
identifier = "slashes"
name = "slashes"
url = "/categories/slashes/"
weight = 10
[[main]] [[main]]
identifier = "notes" identifier = "notes"
name = "notes" name = "notes"

View file

@ -184,6 +184,11 @@ icon = "fa-solid fa-envelope"
title = "Email" title = "Email"
url = "mailto:jbowdre@omg.lol" url = "mailto:jbowdre@omg.lol"
[[slashPages]]
title = "/about"
url = "/about"
label = "about this site"
[[slashPages]] [[slashPages]]
title = "/changelog" title = "/changelog"
url = "/changelog" url = "/changelog"

View file

@ -1,10 +1,14 @@
+++ ---
title = "Hi, I'm John." title: "/about"
description = "A brief introduction to me, this blog, and what you're likely to see here." date: "2024-05-26T21:19:08Z"
timeless = true lastmod: "2024-05-29"
reply = false description: "A brief introduction to me, this blog, and what you're likely to see here."
aliases = ["tldr", "bio"] timeless: true
+++ toc: false
categories: "/slashes"
---
**Hi, I'm John.**
![Me, +/- a few decades](/images/john.jpg) ![Me, +/- a few decades](/images/john.jpg)
You've (somehow) managed to stumble upon my dark corner of the internet[^1]. You've (somehow) managed to stumble upon my dark corner of the internet[^1].

View file

@ -13,6 +13,7 @@ categories: /slashes
**2024-05-29:** **2024-05-29:**
- Display post descriptions (if set) on archive pages; otherwise fall back to summaries - Display post descriptions (if set) on archive pages; otherwise fall back to summaries
- Add /slashes archive page - Add /slashes archive page
- Add /slashes to top menu, add /about
**2024-05-27:** **2024-05-27:**
- Replace "powered by" links with slashpages - Replace "powered by" links with slashpages

View file

@ -1,5 +1,5 @@
<p class="copyright">{{ .Site.Copyright | markdownify }}</p> <p class="copyright">{{ .Site.Copyright | markdownify }}</p>
<p class="footer_links">{"<a href="/categories/slashes/" title="slashpages">slashpages</a>": [{{- range $i, $link := .Site.Params.slashPages }}{{ if $i }}, {{ end }}&quot;<a href="{{ $link.url }}" title="{{ $link.label }}">{{ $link.title }}</a>&quot;{{ end }}]} <p class="footer_links">{"<a href="/categories/slashes/" title="slashpages">/slashes</a>": [{{- range $i, $link := .Site.Params.slashPages }}{{ if $i }}, {{ end }}&quot;<a href="{{ $link.url }}" title="{{ $link.label }}">{{ $link.title }}</a>&quot;{{ end }}]}
<br>&lt;<a target="_blank" href="https://github.com/jbowdre/runtimeterror">view source</a>&gt;</p> <br>&lt;<a target="_blank" href="https://github.com/jbowdre/runtimeterror">view source</a>&gt;</p>
<!-- Back to Top button via https://github.com/vfeskov/vanilla-back-to-top --> <!-- Back to Top button via https://github.com/vfeskov/vanilla-back-to-top -->