Translate "Pretty-formatted" dates: Since Hugo's date formatting functions do not have built-in support for any kind of i18n yet (and will likely stay like this for some time), add a custom clean-as-possible workaround leveraging
i18n keys for each month,
a custom partial layout/partials/date_i18n.html
and an optional shortcode layout/shortcodes/date_i18n.html.
These can be easily replaced once Hugo supports more sophisticated locale-aware i18n.
Convert i18n files from YAML to TOML since the latter format supports comments
Fix typo in filename exampleSite/static/images/featue-bg.jpg -> exampleSite/static/images/feature-bg.jpg and update all references.
Add Italian translation.
Translate "Pretty-formatted" dates: Since Hugo's date formatting functions do not have built-in support for any kind of i18n yet (and will likely stay like this for some time), add a custom clean-as-possible workaround leveraging
layout/partials/date_i18n.html
layout/shortcodes/date_i18n.html
.These can be easily replaced once Hugo supports more sophisticated locale-aware i18n.
Convert i18n files from YAML to TOML since the latter format supports comments
Fix typo in filename
exampleSite/static/images/featue-bg.jpg
->exampleSite/static/images/feature-bg.jpg
and update all references.