From 810aea3dcf4d7b38718f29b3dacc865b0e302f08 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 24 Apr 2024 20:09:17 -0500 Subject: [PATCH 1/3] minor css tweak --- static/css/custom.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index 0fd189e..d8e43e6 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,9 +1,10 @@ -/* color overrides */ +/* color and font overrides */ :root { --code: var(--base06); - --font-monospace: 'Berkeley Mono', 'IBM Plex Mono', 'Cascadia Mono', 'Roboto Mono', 'Source Code Pro', 'Fira Mono', 'Courier New', 'monospace'; + --font-monospace: 'Berkeley Mono', 'IBM Plex Mono', 'Cascadia Mono', 'Roboto Mono', 'Source Code Pro', 'Fira Mono', 'Courier New', monospace; } +/* load preferred font */ @font-face { font-family: 'Berkeley Mono'; font-style: normal; From 700774092ffc0858c8339a2764799a121de000d0 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 26 Apr 2024 09:53:59 -0500 Subject: [PATCH 2/3] fix feed url on paginated taxonomy pages --- layouts/partials/archive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/archive.html b/layouts/partials/archive.html index 02d0ca1..b6d6ee0 100644 --- a/layouts/partials/archive.html +++ b/layouts/partials/archive.html @@ -6,7 +6,7 @@ {{ if .IsHome }}

{{ site.Params.indexTitle | markdownify }}

{{ else }} -

{{ .Title | markdownify }}{{ if eq .Kind "term" }}  

+

{{ .Title | markdownify }}{{ if eq .Kind "term" }}  

{{ with .Description }}{{ . }}
{{ else }}
{{ end }} {{ end }}{{ end }} {{ .Content }} From f60a231bb5c461a44f3e66be92f9a1a3724ffa96 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 26 Apr 2024 10:20:20 -0500 Subject: [PATCH 3/3] load 404 gif from cdn --- content/404.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/404.md b/content/404.md index 2b42a62..2d764ec 100644 --- a/content/404.md +++ b/content/404.md @@ -8,7 +8,7 @@ kudos = false We're not sure what you were looking for but it's not here. -![Animated GIF from the movie "The Naked Gun". A man in the foreground proclaims "Please disperse. Nothing to see here." while a building explodes in the background.](/images/nothing-to-see-here.gif) +![Animated GIF from the movie "The Naked Gun". A man in the foreground proclaims "Please disperse. Nothing to see here." while a building explodes in the background.](https://cdn.runtimeterror.dev/images/nothing-to-see-here.gif) Maybe head back [home](/)?