aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/site/hugo.toml
blob: 1a44d8d0d09d9a37e722b59e515e6d0996b98b27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = 'coming-soon'


[params]
    title = "HydroRoll 水系" 
    description = "一切为了装13!"
    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/"},    
]