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

github.com/bake/solar-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..e1cff48
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,21 @@
+title = "Solar Theme"
+theme = "solar-theme-hugo"
+paginate = 2
+
+[params]
+ scheme = "dark"
+ description = "A wizard is never late"
+
+[menu]
+ [[menu.main]]
+ name = "Feed"
+ url = "/index.xml"
+ [[menu.main]]
+ name = "Repository"
+ url = "https://github.com/bake/solar-theme-hugo"
+ [[menu.other]]
+ name = "Hugo"
+ url = "https://themes.gohugo.io/solar-theme-hugo/"
+ [[menu.other]]
+ name = "Demo"
+ url = "https://themes.gohugo.io/theme/solar-theme-hugo/"