justint / papaya

A clean Zola theme for blogging and projects.
https://justintennant.me/papaya/
MIT License
45 stars 24 forks source link

`zola serve` fails because `title` is specified twice #13

Closed justint closed 1 year ago

justint commented 1 year ago
$ zola serve
Building site...
Warning: config.toml contains both default language specific information at base and under section `[languages.en]`, which may cause merge conflicts. Please use only one to specify language specific information
Error: Failed to serve the site
Error: `title` for default language is specified twice, as "Papaya" and "Papaya".

The warning is related to #12, which I need to update the theme on since the dependent changes in zola have now been released.