Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien CASTERS <fabien@vaga.io>2019-03-15 17:52:35 +0300
committerFabien <vaga@users.noreply.github.com>2019-03-15 17:56:43 +0300
commita5494c7d1616d75f0c217162a4bb9bf3f1b1391d (patch)
treeb9bfea28a2675b558657a365cd941af3ba6c6fc2
parent386c375ab9990326eb7b0454cf09090686f8eba3 (diff)
Add brown theme example
-rw-r--r--exampleSite/config.toml10
1 files changed, 9 insertions, 1 deletions
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"