From 4be4e94f64722e22ec11b52e1eb635389ceedde8 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 22:06:51 +0800 Subject: chore: `hugo` -> `config` --- site/config.toml | 17 +++++++++++++++++ site/hugo.toml | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 site/config.toml delete mode 100644 site/hugo.toml (limited to 'site') 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 diff --git a/site/hugo.toml b/site/hugo.toml deleted file mode 100644 index 26e4ce1..0000000 --- a/site/hugo.toml +++ /dev/null @@ -1,17 +0,0 @@ -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 -- cgit v1.2.3-70-g09d2