Skip to content

v1.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 14:40
17afe0c

1.3.1 (2023-10-31)

Migrating to Hugo v0.120.0 or later

I suggest previewing it locally after upgrading theme and making the following changes, to make sure everything goes fine.

hugo server -p 1414 -e production -b http://localhost:1414 --disableFastRender --renderToDisk

Replace the googleAnalytics with services.googleAnalytics.ID

The googleAnalytics is deprecated.

[services]
  [services.googleAnalytics]
    ID = 'G-MEASUREMENT_ID'

Replace social with params.social

The social in site configuration is deprecated too, you'll need to move the social.toml content to params.toml, e.g.

[social]
twitter = "foobar"

Documentation 📝

  • replace the GoogleAnalytics parameter with services.googleAnalytics.ID (7dd8dfe)

Bug Fixes 🐞

  • archives: correct the dateFormat parameter (#999) (065ba24)
  • social: replace site.Social with site.Params.social (#1002) (5b2e093)

Internationalization 🌐

  • improve translations in Russian (c0e8aab)