github gohugo-ananke/ananke v2.15.0

latest releases: v2.17.0, v2.16.0
9 days ago

BREAKING CHANGE: This release changes the icon set we are using for social media icons. More and more icon sets are removing their icons for social media platforms due to the legal issues around the usage rights . Ananke switched to using Simple Icons which is a free and open source icon set that is licensed under the CC0 License. This means that we can continue to use these icons without any legal issues. However, this also means that some icons may look different than before and some may be missing. If you are missing an icon that you need, please open a discussion and we will guide you to add them to your site.

A couple of icons have been added to the theme, but we will cut them down too in the near future. The preferred way to add an icon is for you to download and add them to your collection. The theme itself will maintain all icons that are mentioned in the documentation and cookbook section for convenience.

Adding new icons

  • find the icon you want to add on https://simpleicons.org/
  • download the SVG file for that icon
  • copy it into /assets/ananke/socials/
  • use the icon name as key in your configuration (if the files called mastodon.svg you use mastodon as key)
[ananke.social.follow]
networks = ["mastodon"]

[ananke.social.mastodon]
profilelink = "https://mastodon.social/@ananke_theme"
username = "ananke_theme"

Further Reading

Changelog:

2.15.0 (2026-05-15)

Features

  • add simple icons and maintenance script (f6fa927)

Build

  • fix: remove improper cooldown config for GH actions (079b757)
  • fix: smaller fixes to the release configuration (0672476)
  • fix: update release setup (229588b)

Chores

Full Changelog: v2.13.3...v2.15.0

Don't miss a new ananke release

NewReleases is sending notifications on new releases.