summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml33
1 files changed, 33 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..63c7c0f
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,33 @@
+baseURL = 'http://example.org/'
+languageCode = 'en-us'
+title = 'Speed Dreams - Free and Open Source Motorsport Simulator'
+theme = "graysx-hugo"
+
+[params]
+logo = "assets/img/sd-logo.png"
+favicon = "assets/img/favicon.png"
+
+## Menu Items
+[menu]
+ [[menu.main]]
+ name = "About"
+ URL = "#about"
+ weight = 1
+
+ [[menu.main]]
+ name = "Gallery"
+ URL = "/gallery"
+ weight = 2
+
+ [[menu.main]]
+ name = "Blog"
+ URL = "/blog"
+ weight = 3
+
+ [[menu.main]]
+ name = "Master server"
+ URL = "#signup"
+ weight = 4
+
+[data]
+ [[homepage.main]]