From aea42e7a3304f46069a07446b12811f5477d057e Mon Sep 17 00:00:00 2001 From: Jim Rybarski Date: Tue, 7 Jan 2020 00:48:42 -0600 Subject: [PATCH] Correct typo The Z in Zulma needs to be uppercase in the config file in order for Zola to find the theme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b458d6..267fa04 100644 --- a/README.md +++ b/README.md @@ -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.