Andreas Deininger
Andreas Deininger
This PR fixes a typo I spotted.
When previewing the example site with latest hugo version 0.123.8 in verbose mode, a deprecation warning is shown: ``` INFO deprecated: .Site.IsServer was deprecated in Hugo v0.120.0 and will be...
This PR bumps hugo to latest released version v0.118.2.
Fix typo
This PR fixes a typo I spotted.
This PR corrects the CDN download URLs by bumping the outdated versions given there. It also removes a example site that does not exist any more and fixes a typo.
This PR bumps GitHub action workflows to latest versions, thus avoiding deprecation warnings as e.g. seen [here](https://github.com/tscanlin/tocbot/actions/runs/8222329790).
This PR bumps hugo to latest released version `v.115.4`. It also resolves various deprecation warnings emitted by latest hugo version. ``` hugo server WARN config: languages.zh.description: custom params on the...
This PR makes the theme work as hugo module, too. Documentation for this way of installation is provided in `README.md`.
This PR converts the theme into a Hugo module. Also the example site was modified, it now makes use of the the theme as hugo module.