diff options
| author | 2023-11-07 01:28:02 +0800 | |
|---|---|---|
| committer | 2023-11-07 01:28:02 +0800 | |
| commit | 477ea421a6ecd12645dd25b4d14fd1d67085f08f (patch) | |
| tree | a81b072e65a0b7484b67c159f425b0c4c9834dfb /site/config.toml | |
| parent | f3bea281fbe19f5c8b4fae94b8832eee3ccfcf70 (diff) | |
| download | HydroRoll-477ea421a6ecd12645dd25b4d14fd1d67085f08f.tar.gz HydroRoll-477ea421a6ecd12645dd25b4d14fd1d67085f08f.zip | |
倒计时组件 (#72)
* 部署官网框架
* 部署官网框架
* 部署官网框架
* 修改标题
* 初步完成左侧倒计时组件
* favicon
---------
Co-authored-by: 白咕咕 <baiguguos@gmail.com>
Diffstat (limited to 'site/config.toml')
| -rw-r--r-- | site/config.toml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/site/config.toml b/site/config.toml deleted file mode 100644 index c828971..0000000 --- a/site/config.toml +++ /dev/null @@ -1,18 +0,0 @@ -baseURL = 'http://hydroroll.team/' -languageCode = 'zh-cn' -title = 'HydroRoll' -theme = 'coming-soon' - -[params] - logo = "assets/img/logo.webp" - favicon = "assets/favicon.png" - title = "HydroRoll " - description = "倒数日" - 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 |
