From a23d114771c8243beda7d6e910d273423940c37a Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 5 Nov 2023 02:40:36 +0800 Subject: chore: sync pyproject.toml --- pyproject.toml | 9 +------- site/config.toml | 56 +++++++++++++++++++++++++++++++++++++----------- site/themes/graysx-hugo | 1 + tests/cos.h5 | Bin 1315 -> 0 bytes tests/test.py | 0 5 files changed, 45 insertions(+), 21 deletions(-) create mode 160000 site/themes/graysx-hugo delete mode 100644 tests/cos.h5 delete mode 100644 tests/test.py diff --git a/pyproject.toml b/pyproject.toml index b143fd0..de8c164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,6 @@ [project] name = "HydroRoll" -<<<<<<< HEAD -version = "0.1.0" +version = "0.1.4" description = "HydroRoll System." authors = [ {name = "简律纯", email = "i@jyunko.cn"}, @@ -17,12 +16,6 @@ dependencies = [ "scikit-learn>=1.3.1", ] requires-python = ">=3.8" -======= -version = "1.0.3" -description = "bot framework." -authors = ["简律纯 "] -license = "GPL3.0" ->>>>>>> 58d7bc6a2057ab5daac2aa590fc873c85b388bbb readme = "README.md" license = {text = "MIT"} keywords = ["bot", "qq", "qqbot", "mirai", "coolq"] diff --git a/site/config.toml b/site/config.toml index a9e511e..2d9eaf7 100644 --- a/site/config.toml +++ b/site/config.toml @@ -1,18 +1,48 @@ baseURL = 'http://www.hydroroll.team/' languageCode = 'en-us' title = 'HydroRoll' -theme = 'coming-soon' - +theme = 'graysx-hugo' +## Site Settings [params] - title = "HydroRoll 水系" - description = "一切为了装13!" - message = "饼在画了!" # default is "COMING SOON" - subtitle = "距离水系公测还有" - 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 +logo = "assets/img/logo.webp" +favicon = "assets/favicon.png" + +# Info +address = "123 Arch B1W, GNU/Linux" +email = "hello@graysx.com" +phone = "123456" + +# Socials + +twitter = "#" +facebook = "#" +github = "https://github.com/akatiggerx04/graysx-hugo" + +# Other + +# Startbootstrap Contact Form Token https://startbootstrap.com/solution/contact-forms +sbtoken = "TOKEN_HERE" + +## Menu Items +[menu] + [[menu.main]] + name = "About" + URL = "#about" + weight = 1 + + [[menu.main]] + name = "Projects" + URL = "#projects" + weight = 2 + + [[menu.main]] + name = "Contact" + URL = "#signup" + weight = 3 + + +# Credits + +# This theme is forked from: https://github.com/startbootstrap/startbootstrap-grayscale +# This theme is forked by: https://github.com/akatiggerx04 \ No newline at end of file diff --git a/site/themes/graysx-hugo b/site/themes/graysx-hugo new file mode 160000 index 0000000..fe35dd8 --- /dev/null +++ b/site/themes/graysx-hugo @@ -0,0 +1 @@ +Subproject commit fe35dd8b38c7e84d59981cb5670ec0a118e1723d diff --git a/tests/cos.h5 b/tests/cos.h5 deleted file mode 100644 index 4d43b53..0000000 Binary files a/tests/cos.h5 and /dev/null differ diff --git a/tests/test.py b/tests/test.py deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3-70-g09d2