aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml9
-rw-r--r--site/config.toml56
m---------site/themes/graysx-hugo0
-rw-r--r--tests/cos.h5bin1315 -> 0 bytes
-rw-r--r--tests/test.py0
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
deleted file mode 100644
index 4d43b53..0000000
--- a/tests/cos.h5
+++ /dev/null
Binary files differ
diff --git a/tests/test.py b/tests/test.py
deleted file mode 100644
index e69de29..0000000
--- a/tests/test.py
+++ /dev/null