themefisher / airspace-hugo

Airspace Hugo theme for multipurpose use, like Portfolio, Blog, Business.
https://gethugothemes.com/products/airspace/?utm_source=airspace_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
351 stars 508 forks source link

Harmonize capitalization of keys in `exampleSite/config.toml` #116

Closed salim-b closed 3 years ago

salim-b commented 3 years ago

Title cased config keys can be confusing for newbies. While TOML keys are case-sensitive, Hugo normalizes them to lower-case internally, so capitalization doesn't really matter. This change ensures consistency with official documentation, cf. https://gohugo.io/content-management/multilingual/#configure-multilingual-multihost

salim-b commented 3 years ago

Closed in favor of https://github.com/themefisher/airspace-hugo/pull/122