Correct typo

The Z in Zulma needs to be uppercase in the config file in order for Zola to find the theme.
This commit is contained in:
Jim Rybarski 2020-01-07 00:48:42 -06:00
parent 4879e7c276
commit aea42e7a33
No known key found for this signature in database
GPG key ID: 1D5AC3A349533745

View file

@ -35,7 +35,7 @@ git clone https://github.com/Worble/Zulma
and then enable it in your `config.toml`:
```toml
theme = "zulma"
theme = "Zulma"
```
That's it! No more configuration should be required, however it might look a little basic. Head to the [Options](#options) section to see what you can set for more customizability.