From 25f2e95a778d3bfce79858cd077b2f89656101da Mon Sep 17 00:00:00 2001 From: remeh Date: Wed, 9 Nov 2016 21:55:38 +0100 Subject: [PATCH] README: add a note for existing user about lowercasing the parameters. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2bad90f..d5a6d06 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ hugo -t cocoa Please see the sample [`config.toml`](https://github.com/nishanths/cocoa-hugo-theme/blob/master/exampleSite/config.toml) in `exampleSite/`. +Note that if you already use cocoa but have updated to Hugo 0.18, you must lowercase every params of your existing `config.toml`. (like in the sample) + #### Creating Content * Posts should generally go under a `content/blog` directory. Typically you would run: