Skip to content

Releases: derme302/triple-hyde

v2024.12.7

07 Dec 12:28
a75c69a
Compare
Choose a tag to compare

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

  • Support for Disqus and Google Analytics in Hugo 0.134.0 by @derme302 in #18

Full Changelog: v2024.06.25...v2024.12.7

v2024.06.25

25 Jun 11:06
6baf061
Compare
Choose a tag to compare

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

18 Mar 11:35
Compare
Choose a tag to compare

What's Changed

  • Update font-awesome repo to https in .gitmodules by @ddpruitt in #13

Full Changelog: v2023.10.7...v2024.03.18

v2023.10.7

07 Oct 07:49
707c988
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.10.3...v2023.10.7

v2023.10.3

03 Oct 08:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2023.10.3