diff options
| author | 2023-11-05 02:40:36 +0800 | |
|---|---|---|
| committer | 2023-11-05 02:40:36 +0800 | |
| commit | a23d114771c8243beda7d6e910d273423940c37a (patch) | |
| tree | 0e26ba1add4de672015ae2355d54dfeaca8b05b3 | |
| parent | 9921e4a5c6b3465c2f184d3e38609c6310f1dd86 (diff) | |
| download | HydroRoll-a23d114771c8243beda7d6e910d273423940c37a.tar.gz HydroRoll-a23d114771c8243beda7d6e910d273423940c37a.zip | |
chore: sync pyproject.toml
| -rw-r--r-- | pyproject.toml | 9 | ||||
| -rw-r--r-- | site/config.toml | 56 | ||||
| m--------- | site/themes/graysx-hugo | 0 | ||||
| -rw-r--r-- | tests/cos.h5 | bin | 1315 -> 0 bytes | |||
| -rw-r--r-- | tests/test.py | 0 |
5 files changed, 44 insertions, 21 deletions
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 = ["简律纯 <i@jyunko.cn>"] -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 +Subproject fe35dd8b38c7e84d59981cb5670ec0a118e1723 diff --git a/tests/cos.h5 b/tests/cos.h5 Binary files differdeleted file mode 100644 index 4d43b53..0000000 --- a/tests/cos.h5 +++ /dev/null diff --git a/tests/test.py b/tests/test.py deleted file mode 100644 index e69de29..0000000 --- a/tests/test.py +++ /dev/null |
