diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-06-27 17:26:04 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-06-30 03:59:13 +0200 |
| commit | f8ce753aa4ecbe4f12cce2c86ca40b13844ba1d1 (patch) | |
| tree | 6f52189efcac3326b2bbe2a948ecccf3cbea3b78 /config.toml | |
| parent | 2e8d00b3d7d3bea6d4d8e8ba3e8841909d4e2ba1 (diff) | |
| download | kovok-website-f8ce753aa4ecbe4f12cce2c86ca40b13844ba1d1.tar.gz | |
Set up MVP
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 42 |
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 |
