Releases: derme302/triple-hyde
Releases · derme302/triple-hyde
v2024.12.7
This release fixes compile issues when using Hugo versions 0.134.0 or newer. It will require modifying your config.toml
(or equivalent) and removing:
# googleAnalytics = "your-google-analytics-id"
# disqusShortname = "your-disqus-shortname"
It will be replaced with:
# [[services.googleAnalytics]]
# id = 'GA-YOURID'
# [[services.disqus]]
# shortname = 'GA-YOURID'
This is only if you use these services though.
What's Changed
Full Changelog: v2024.06.25...v2024.12.7
v2024.06.25
Due to monetisation changes in FontAwesome most themes are moving away from linking directly against it. This update brings the Font Awesome 6 icons internal, based on the awesome work done for the Blowfish theme (https://blowfish.page/docs/partials/#icon). This update should also resolve difficulties with the current gitmodule setup as seen in #15.
What's Changed
Full Changelog: v2024.03.18...v2024.06.25
v2024.03.18
What's Changed
Full Changelog: v2023.10.7...v2024.03.18
v2023.10.7
What's Changed
- Correctly breakout about sidebar partial by @derme302 in #7
- Add threads icon and update Font Awesome by @derme302 in #8
- Add giscus support by @marcoieni in #10
Full Changelog: v2023.10.3...v2023.10.7