diff options
Diffstat (limited to 'site/hugo.toml')
| -rw-r--r-- | site/hugo.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/site/hugo.toml b/site/hugo.toml new file mode 100644 index 0000000..1a44d8d --- /dev/null +++ b/site/hugo.toml @@ -0,0 +1,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/"}, +]
\ No newline at end of file |
