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:
parent
4879e7c276
commit
aea42e7a33
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ git clone https://github.com/Worble/Zulma
|
||||||
and then enable it in your `config.toml`:
|
and then enable it in your `config.toml`:
|
||||||
|
|
||||||
```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.
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue