summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml42
1 files changed, 39 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index 1d7c819..ef2e1e1 100644
--- a/config.toml
+++ b/config.toml
@@ -1,3 +1,39 @@
-baseURL = 'http://example.org/'
-languageCode = 'en-us'
-title = 'My New Hugo Site'
+baseURL = 'http://kovok.band/'
+theme = 'graysx'
+title = 'KoVoꓘ Official Website'
+
+## Site Settings
+[params]
+logo = "logo.png"
+favicon = "favicon.png"
+
+# Info
+author = 'KoVoK'
+
+## Menu Items
+[menu]
+ [[menu.main]]
+ name = "About us"
+ URL = "#about"
+ weight = 1
+
+ [[menu.main]]
+ name = "Watch"
+ URL = "#watch"
+ weight = 2
+
+ [[menu.main]]
+ name = "Listen"
+ URL = "#listen"
+ weight = 3
+
+ [[menu.main]]
+ name = "Contact"
+ URL = "#contact"
+ weight = 4
+
+
+# Credits
+
+# This theme is forked from: https://github.com/startbootstrap/startbootstrap-grayscale
+# This theme is forked by: https://github.com/akatiggerx04