hugo-toha / toha

A Hugo theme for personal portfolio
https://hugo-toha.github.io
MIT License
979 stars 567 forks source link

Fix deprecation warnings #908

Closed deining closed 2 months ago

deining commented 4 months ago

This PR fixes deprecation warnings emitted from hugo v0.124:

INFO  deprecated: .Site.IsMultiLingual was deprecated in Hugo v0.124.0 and will be removed in a future release. Use hugo.IsMultilingual instead.
INFO  deprecated: .Site.Author was deprecated in Hugo v0.124.0 and will be removed in a future release. Use taxonomies instead.

It also fixes several typos and brings hugo modules up to date.

netlify[bot] commented 4 months ago

Deploy Preview for toha-ci ready!

Name Link
Latest commit 674e603fce79a4e34003b91512bf9b994205ec8c
Latest deploy log https://app.netlify.com/sites/toha-ci/deploys/663e5fdcfe7453000979377f
Deploy Preview https://deploy-preview-908--toha-ci.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

hossainemruz commented 3 months ago

Thank you @deining for the PR. Looks good. I will test and approve soon.