summaryrefslogtreecommitdiff
path: root/config.toml
blob: ef2e1e1f61546caf5e245806e2818f3007e1bc6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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