Commit Graph

3 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 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 1f8420e2d7 Rename theme to 'ipng' 2024-08-04 21:42:06 +02:00