更新logo
@@ -5,9 +5,12 @@
|
||||
</p>
|
||||
<p align="center">
|
||||
<strong>
|
||||
GNU/Linux 一键更换系统软件源脚本
|
||||
LinuxMirrors
|
||||
</strong>
|
||||
</p>
|
||||
<p align="center">
|
||||
GNU/Linux 一键更换系统软件源脚本
|
||||
</p>
|
||||
<p align="center">
|
||||
<strong>
|
||||
<a href="https://linuxmirrors.cn">官方网站</a>
|
||||
|
||||
|
Before Width: | Height: | Size: 345 KiB After Width: | Height: | Size: 4.2 KiB |
BIN
docs/assets/images/brand/dark/1.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
docs/assets/images/brand/dark/2.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
docs/assets/images/brand/dark/3.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
docs/assets/images/brand/img/1.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
docs/assets/images/brand/img/2.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
docs/assets/images/brand/img/3.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
docs/assets/images/brand/img/4.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
docs/assets/images/brand/img/5.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
docs/assets/images/brand/img/6.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
docs/assets/images/brand/light/1.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
docs/assets/images/brand/light/2.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
docs/assets/images/brand/light/3.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 82 KiB |
@@ -8,7 +8,8 @@ hide:
|
||||
- footer
|
||||
---
|
||||
|
||||

|
||||
{ width="300" }
|
||||
{ width="300" }
|
||||
|
||||
GNU/Linux 一键更换系统软件源脚本
|
||||
|
||||
|
||||
30
mkdocs.yml
@@ -2,14 +2,14 @@ site_name: LinuxMirrors
|
||||
repo_name: SuperManito/LinuxMirrors
|
||||
repo_url: https://github.com/SuperManito/LinuxMirrors
|
||||
edit_uri: edit/main/docs/
|
||||
copyright: "Copyright © 2023 <a href=\"https://github.com/SuperManito\" target=\"_blank\"> SuperManito</a> <a href=\"https://www.netlify.com\" target=\"_blank\"><img height=\"64\" width=\"64\" src=\"/assets/images/icon/netlify.svg\" style=\"vertical-align: -0.6em\"></a>"
|
||||
copyright: 'Copyright © 2023 <a href="https://github.com/SuperManito" target="_blank"> SuperManito</a> <a href="https://www.netlify.com" target="_blank"><img height="64" width="64" src="/assets/images/icon/netlify.svg" style="vertical-align: -0.6em"></a>'
|
||||
theme:
|
||||
logo: assets/images/logo.png
|
||||
name: material
|
||||
custom_dir: docs/theme
|
||||
language: zh
|
||||
favicon: assets/favicon.ico
|
||||
icon:
|
||||
logo: material/linux
|
||||
repo: fontawesome/brands/github
|
||||
edit: material/file-document-edit-outline
|
||||
view: material/file-eye-outline
|
||||
@@ -77,13 +77,13 @@ extra:
|
||||
- icon: material/thumb-down-outline
|
||||
name: This page could be improved
|
||||
data: 0
|
||||
note: >-
|
||||
note: >-
|
||||
感谢反馈!使用<a href="https://github.com/SuperManito/LinuxMirrors/issues" target="_blank" rel="noopener">反馈表单</a></br>帮助我们改进此页面。
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
markdown_extensions:
|
||||
- toc:
|
||||
permalink: '#'
|
||||
permalink: "#"
|
||||
permalink_title: 永久链接
|
||||
slugify: !!python/object/apply:pymdownx.slugs.slugify
|
||||
kwds:
|
||||
@@ -133,14 +133,14 @@ plugins:
|
||||
- tags
|
||||
- glightbox
|
||||
nav:
|
||||
- '介绍': index.md
|
||||
- '软件源': mirrors/index.md
|
||||
- '使用方法':
|
||||
- '使用方法': use/index.md
|
||||
- '常见问题': use/help.md
|
||||
- '执行流程': use/execution-flow.md
|
||||
- '未启用源': use/not-enabled.md
|
||||
- '高级用法':
|
||||
- '命令选项': use/command-options.md
|
||||
- '其它工具': other/index.md
|
||||
- '社区': community/index.md
|
||||
- "介绍": index.md
|
||||
- "软件源": mirrors/index.md
|
||||
- "使用方法":
|
||||
- "使用方法": use/index.md
|
||||
- "常见问题": use/help.md
|
||||
- "执行流程": use/execution-flow.md
|
||||
- "未启用源": use/not-enabled.md
|
||||
- "高级用法":
|
||||
- "命令选项": use/command-options.md
|
||||
- "其它工具": other/index.md
|
||||
- "社区": community/index.md
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
mkdocs-material==9.4.5
|
||||
mkdocs-material==9.4.6
|
||||
mkdocs-glightbox==0.3.4
|
||||
mkdocs-exclude-search==0.6.5
|
||||