Commit Graph

11 Commits

Author SHA1 Message Date
e01675dc4d Override theme social-icons partial: hugo.Data -> site.Data
Some checks failed
Deploy / deploy (push) Failing after 5s
The upstream anubis2 theme references hugo.Data.social.social_icons,
but `hugo` is a build-info namespace (hugo.Version, etc.) and has no
.Data field — Hugo errors with "can't evaluate field Data in type
interface {}". Theme data files live under site.Data, so this override
swaps the access path. Submodule left untouched.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-23 18:32:17 +02:00
53059c2db7 Update custom layouts for Hugo 0.123+ and bump Hugo to 0.151.0
Some checks failed
Deploy / deploy (push) Failing after 5s
site.Language.Locale and .Language.Label were removed from Hugo's
template API in 0.123 / 0.124. The theme already uses the new names;
only our overrides in layouts/ still referenced the old ones.

- layouts/_default/baseof.html: site.Language.Locale -> site.LanguageCode
- layouts/_default/sitemap.xml: .Language.Label -> .Language.LanguageCode
  (hreflang expects a BCP47 code, not a display name)
- layouts/partials/language-switcher.html: .Language.Label -> .Language.LanguageName
  (display name for the switcher UI)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-23 18:30:15 +02:00
fb6395efc5 Minor fixes for deprecated Hugo API calls 2026-05-10 14:00:25 +02:00
72e1a8d447 Add checks before deploy to server, also small fixes on content. 2026-05-09 23:05:54 +02:00
4c61829556 Multiple small fixes and upgrades 2026-05-09 22:34:02 +02:00
f566acb86f Change widget... 2024-10-31 23:35:40 -03:00
efbade126b Add kofi image. 2024-10-31 23:28:50 -03:00
1dff9a5c46 Add canonical links 2024-10-27 20:55:30 -03:00
4b6678512d Add robots.txt file 2024-10-27 14:53:10 -03:00
b9afa3a7d4 Change analytics to umami 2024-10-23 21:52:02 -03:00
2e24f03244 Add Matomo tracking code 2024-10-20 11:00:47 -03:00