zzossig / hugo-theme-zzo

Make a blog with hugo zzo theme!
https://themes.gohugo.io//theme/hugo-theme-zzo/en/
MIT License
743 stars 256 forks source link

Changing site title from config.toml didn't work #348

Closed rizkyzhang closed 4 years ago

rizkyzhang commented 4 years ago

I try to change the default site title "Hugo Zzo Theme" to my own multiple times by setting the title variable inside config.toml, but it still didn't change. Any help would be appreciated.

zzossig commented 4 years ago

Did you try to change it in languages.toml file? https://github.com/zzossig/hugo-theme-zzo/blob/0d433124fe4a9fd781f383fe33a2c18979d9ba1e/exampleSite/config/_default/languages.toml#L2

rizkyzhang commented 4 years ago

I just figured it out, instead of setting it from config.toml, I set it from languages.toml. Thank you so much for the help :)