Skip to content

Conversation

@spather
Copy link

@spather spather commented Jul 2, 2025

This theme worked fine for me on Hugo v0.110.0 but when I updated to the latest version (v0.147.9) I ran into a bunch of issues related to use of deprecated APIs / config changes. I made the changes below and now the sample site (and my blog)
work with Hugo v0.147.9.

Changes:

  • replaced .Site.RSSLink with "index.xml" | absURL
  • replaced .Site.Social with .Site.Params.Social and moved social definitions in the example site's config.yaml to live under params.
  • replaced Twitter Simple shortcode with X shortcode
  • replaced paginate in config.yaml with pagination/pagerSize

Changes:
- replaced `.Site.RSSLink` with `"index.xml" | absURL`
- replaced `.Site.Social` with `.Site.Params.Social` and
  moved social definitions in the example site's config.yaml
  to live under `params`.
- replaced Twitter Simple shortcode with X shortcode
- replaced `paginate` in config.yaml with `pagination/pagerSize`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant