diff options
| author | 2023-11-03 22:06:51 +0800 | |
|---|---|---|
| committer | 2023-11-03 22:06:51 +0800 | |
| commit | 4be4e94f64722e22ec11b52e1eb635389ceedde8 (patch) | |
| tree | f19b5354637bb6d981a79a095945e6551e313899 /site/config.toml | |
| parent | 31ca8ad5bc77ecebb24c973184cb175dd109e1e1 (diff) | |
| download | HydroRoll-4be4e94f64722e22ec11b52e1eb635389ceedde8.tar.gz HydroRoll-4be4e94f64722e22ec11b52e1eb635389ceedde8.zip | |
chore: `hugo` -> `config`
Diffstat (limited to 'site/config.toml')
| -rw-r--r-- | site/config.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/site/config.toml b/site/config.toml new file mode 100644 index 0000000..26e4ce1 --- /dev/null +++ b/site/config.toml @@ -0,0 +1,17 @@ +baseURL = 'http://www.hydroroll.team/' +languageCode = 'en-us' +title = 'HydroRoll' +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/"}, +]
\ No newline at end of file |
