diff options
| author | 2023-11-05 02:40:36 +0800 | |
|---|---|---|
| committer | 2023-11-05 02:40:36 +0800 | |
| commit | a23d114771c8243beda7d6e910d273423940c37a (patch) | |
| tree | 0e26ba1add4de672015ae2355d54dfeaca8b05b3 /site | |
| parent | 9921e4a5c6b3465c2f184d3e38609c6310f1dd86 (diff) | |
| download | HydroRoll-a23d114771c8243beda7d6e910d273423940c37a.tar.gz HydroRoll-a23d114771c8243beda7d6e910d273423940c37a.zip | |
chore: sync pyproject.toml
Diffstat (limited to 'site')
| -rw-r--r-- | site/config.toml | 56 | ||||
| m--------- | site/themes/graysx-hugo | 0 |
2 files changed, 43 insertions, 13 deletions
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 |
