Jetzt nur noch befüllen.
Ananke v2.16.0 is out.
This release reworks the stylesheet pipeline around Hugo's css.Build, removes the built-in Sass/SCSS processing path, and moves custom CSS config to params.ananke.custom_css.
Requires Hugo v0.161+.
Release notes:
https://github.com/gohugo-ananke/ananke/releases/tag/v2.16.0
Ananke for #gohugo v2.15.0 is out. This release switches social media icons to Simple Icons, keeping #ananke on safer, open licensing ground. Some icons may look different or need adding locally, but the setup is now clearer and easier to maintain.
https://github.com/gohugo-ananke/ananke/releases/tag/v2.15.0
Less than an hour later, my #HermesAgent fixed it, documented the fix on #GitHub, and wrote a blog about it on #GoHugo. #llmstxt #markdown
Replaced Disqus with Mastodon-powered comments on my Hugo blog. The idea clicked as soon as I read @getajobmike's post. One tootId in the frontmatter, a web component by @dpecos doing the fetching, and Disqus is gone. No tracking. No ads.
Here's how I set it up on my blog: https://jonhnnyweslley.net/blog/mastodon-comments/
#gohugo (the static website generator) perpetually breaks backward compatibility, but also doesn't use semver, so any version can just break any random day.
It also warns about things like "no templates found for categories", on a site without categories. So I kinda end up ignoring warnings, because it warns about the non-existence of templates which are not used anyway.