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-01-19 12:47:03 +0300
committerFabien CASTERS <fabien@vaga.io>2019-01-20 20:07:11 +0300
commit90cbe1cab5e3ee9bc780c495242e6b1e4b2b3351 (patch)
tree341b53e4f21b3dd38db6b64a112c117b8716d3e7 /exampleSite/config.toml
Initial commit
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml30
1 files changed, 30 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..31ab880
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,30 @@
+baseURL = "https://example.com"
+title = "Your title"
+themesDir = "../.."
+theme = "m10c"
+
+[params]
+ author = "John Doe"
+ description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium."
+ [[params.social]]
+ name = "github"
+ url = "https://github.com/gohugoio"
+ [[params.social]]
+ name = "twitter"
+ url = "https://twitter.com/gohugoio"
+
+ # Green theme
+ #[params.style]
+ # darkestColor = "#315659"
+ # darkColor = "#253031"
+ # primaryColor = "#dad865"
+ # lightColor = "#96a879"
+ # lightestColor = "#fff"
+
+ # Red and black theme
+ #[params.style]
+ # darkestColor = "#d35050"
+ # darkColor = "#212121"
+ # primaryColor = "#ffffff"
+ # lightColor = "#a2a2a2"
+ # lightestColor = "#d3d3d3"