mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
add /slashes to top menu, add /about
This commit is contained in:
parent
3281be2187
commit
a778c7c255
5 changed files with 24 additions and 8 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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].
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 }}"<a href="{{ $link.url }}" title="{{ $link.label }}">{{ $link.title }}</a>"{{ end }}]}
|
<p class="footer_links">{"<a href="/categories/slashes/" title="slashpages">/slashes</a>": [{{- range $i, $link := .Site.Params.slashPages }}{{ if $i }}, {{ end }}"<a href="{{ $link.url }}" title="{{ $link.label }}">{{ $link.title }}</a>"{{ end }}]}
|
||||||
<br><<a target="_blank" href="https://github.com/jbowdre/runtimeterror">view source</a>></p>
|
<br><<a target="_blank" href="https://github.com/jbowdre/runtimeterror">view source</a>></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 -->
|
||||||
|
|
Loading…
Reference in a new issue