aerohub / hugo-orbit-theme

Great looking resume/CV theme designed for developers.
MIT License
253 stars 117 forks source link

params.*.title properties are not used #9

Open masda70 opened 7 years ago

masda70 commented 7 years ago

The example config.toml contains definitions such as :

[params.language]
        title = "Languages"

However, such definitions are not used by the layout, which refers in this case to i18n "languages" instead.

odbaeu commented 5 years ago

This issue ist still present in the current version. Could someone fix it? All "title"s have the same problem.

tau-rho commented 5 years ago

To possible ways to fix it:

  1. If you want to only change the en definitions, you may change the entries in the themes/orbit/i18n/en.yaml file
  2. For multi-language support, I fixed it by changing languageCode = "en-us" to DefaultContentLanguage = "XX" with XX being the language you want. But of course you can also just change the entries in the themes/orbit/i18n/en.yaml files as well...
Lednerb commented 4 years ago

Within the latest version of this theme in #23 this kind of issues are fixed.