Fix minor issues (#258)

This commit is contained in:
neveler 2025-10-03 12:42:13 +08:00 committed by GitHub
parent 18d7508cd9
commit 9820df0db0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 2194 additions and 42 deletions

View File

@ -106,18 +106,11 @@ defaults:
# #
# Excluded items can be processed by explicitly listing the directories or # Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list. # their entries' file path in the `include:` list.
#
# exclude: exclude:
# - .sass-cache/ - scripts/
# - .jekyll-cache/ - README.md
# - gemfiles/ - LICENSE
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
# Outputting # Outputting
permalink: /:categories/:title/ permalink: /:categories/:title/
@ -132,5 +125,8 @@ head_scripts:
footer: footer:
links: links:
- label: "Github"
icon: "fab fa-fw fa-github"
url: "https://github.com/HMCL-dev/HMCL"
- label: "粤ICP备18071565号" - label: "粤ICP备18071565号"
url: "https://beian.miit.gov.cn" url: "https://beian.miit.gov.cn"

View File

@ -1,27 +0,0 @@
Billy Rick:
name : "Billy Rick"
bio : "What do you want, jewels? I am a very extravagant man."
avatar : "/assets/images/bio-photo-2.jpg"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:billyrick@rick.com"
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://thewhip.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/extravagantman"
Cornelius Fiddlebone:
name : "Cornelius Fiddlebone"
bio : "I ordered what?"
avatar : "/assets/images/bio-photo.jpg"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:cornelius@thewhip.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/rhymeswithsackit"

View File

@ -1,8 +1,6 @@
main: main:
- title: 常见问题 - title: 常见问题
url: /faq.html url: /faq.html
- title: GitHub
url: https://github.com/HMCL-dev/HMCL
docs: docs:
- title: 问题集合 - title: 问题集合

2185
_data/ui-text.yml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
<link rel="shortcut icon" href="/favicon.ico"> <link rel="shortcut icon" href="{{ '/favicon.ico' | relative_url }}">