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:
-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"