mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-10-16 01:04:26 +08:00
Fix minor issues (#258)
This commit is contained in:
parent
18d7508cd9
commit
9820df0db0
20
_config.yml
20
_config.yml
@ -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"
|
||||||
|
@ -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"
|
|
@ -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
2185
_data/ui-text.yml
Normal file
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
|||||||
<link rel="shortcut icon" href="/favicon.ico">
|
<link rel="shortcut icon" href="{{ '/favicon.ico' | relative_url }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user