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:
authorbake <bake@192k.pw>2019-05-20 17:11:37 +0300
committerbake <bake@192k.pw>2019-05-20 17:11:37 +0300
commit273a8786d820487a89000f723b305e51a194be82 (patch)
tree9618e00d3d013fff2a1b7d96063ce5c6dec36535 /exampleSite
parent8cc4c78259410d383a10f5f064516f7b38001020 (diff)
Add screenshots and an example configuration
Diffstat (limited to 'exampleSite')
-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/"