Commit Graph

16 Commits

Author SHA1 Message Date
Pim van Pelt 04ef0c83be .Site.LanguageCode was deprecated in Hugo v0.158.0 and will be removed in a future release. Use .Site.Language.Locale instead 2026-04-30 08:46:38 +02:00
Pim van Pelt 318c62c289 Add client-side search with / shortcut
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing
Lazy-loads /index.json on first keystroke, fuzzy-matches titles and
descriptions, keyboard-navigable results (arrows, Enter, Esc).
Based on https://gist.github.com/cmod/5410eae147e4318164258742dd053993

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-30 08:26:37 +02:00
Pim van Pelt 561c0fa320 Fix Hugo v0.156+ deprecations: Site.Author, Site.Data, and libsass
- Replace .Site.Author.{email,name} with .Site.Params.{social.email,author} in rss.xml
- Replace .Site.Data with hugo.Data in footer, social, and contact-box templates
- Switch SCSS transpiler from libsass to dartsass; add @use "sass:color" and replace darken()/lighten() with color.adjust()

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-30 07:49:24 +02:00
Pim van Pelt bc2a9bb352 CTLog part 1
continuous-integration/drone/push Build is passing
2025-07-27 17:27:50 +02:00
Pim van Pelt b5c0819bfa Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
continuous-integration/drone/push Build is passing
2024-08-13 02:20:33 +02:00
Pim van Pelt ea05b39ddf Remove spurious whitespace in head section
continuous-integration/drone/push Build is passing
2024-08-13 02:15:02 +02:00
Pim van Pelt 1e5e965572 Refactor some templating to avoid spurious whitespace
continuous-integration/drone/push Build is passing
2024-08-13 01:53:36 +02:00
Pim van Pelt d8c36e5077 Make preload and type the default 2024-08-13 01:26:43 +02:00
Pim van Pelt 44a854dc8e Add padding rather than <br />
continuous-integration/drone/push Build is passing
2024-08-06 14:40:58 +02:00
Pim van Pelt e409c7112f Load JS and CSS for Asciinema only if params.asciinema is set to true in the frontmatter 2024-08-05 16:49:43 +02:00
Pim van Pelt 4230fd9acc Add pagination of articles; Swap date and article title in the list 2024-08-05 00:17:34 +02:00
Pim van Pelt 4e2c98a769 Realign homepage 2024-08-05 00:04:11 +02:00
Pim van Pelt 03364c0aa9 Collapse the Articles page to a simple ordered list 2024-08-04 23:31:13 +02:00
Pim van Pelt 60deef883f Force a whiteline at the end of each page, to avoid overlapping with the footer 2024-08-04 23:30:56 +02:00
Pim van Pelt 03c9911428 Allow for ' in image alt tag 2024-08-04 22:44:45 +02:00
Pim van Pelt 1f8420e2d7 Rename theme to 'ipng' 2024-08-04 21:42:06 +02:00