diff options
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 |
