From f8ce753aa4ecbe4f12cce2c86ca40b13844ba1d1 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 27 Jun 2024 17:26:04 +0200 Subject: Set up MVP --- config.toml | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) (limited to 'config.toml') 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 -- cgit v1.2.3