aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/site/config.toml
blob: c8289714a6bbb58bab5de6b7969a9babfc80c1cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
baseURL = 'http://hydroroll.team/'
languageCode = 'zh-cn'
title = 'HydroRoll'
theme = 'coming-soon'

[params]
    logo = "assets/img/logo.webp"
    favicon = "assets/favicon.png"
    title = "HydroRoll " 
    description = "倒数日"
    message = "距离水系公测还有" # default is "COMING SOON" 
    release = "Jul 14, 2024" # release date format: Aug 30, 2023 15:00
    background = "" # default is bg.mp4 in static/

socialIcons = [
    {name = "email", url = "support@hydroroll.team"},   
    {name = "github", url = "https://github.com/HydroRoll-Team"},    
]