From a5494c7d1616d75f0c217162a4bb9bf3f1b1391d Mon Sep 17 00:00:00 2001 From: Fabien CASTERS Date: Fri, 15 Mar 2019 15:52:35 +0100 Subject: Add brown theme example --- exampleSite/config.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 774dcba..58315c2 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,7 +1,7 @@ baseURL = "https://example.com" title = "Your title" themesDir = "../.." -theme = "m10c" +theme = "hugo-theme-m10c" paginate = 5 [params] @@ -14,6 +14,14 @@ paginate = 5 name = "twitter" url = "https://twitter.com/gohugoio" + # Brown theme + #[params.style] + # darkestColor = "#463625" + # darkColor = "#2a3738" + # primaryColor = "#eeee6a" + # lightColor = "#96a879" + # lightestColor = "#ffffff" + # Green theme #[params.style] # darkestColor = "#315659" -- cgit v1.2.3