Files
LinuxMirrors/mkdocs.yml

155 lines
4.4 KiB
YAML
Raw Normal View History

2023-05-03 22:50:12 +08:00
site_name: LinuxMirrors
2024-01-17 17:14:51 +08:00
repo_name: GitHub Repository
2023-05-03 22:50:12 +08:00
repo_url: https://github.com/SuperManito/LinuxMirrors
edit_uri: edit/main/docs/
2023-12-30 00:07:34 +08:00
copyright: 'Copyright &copy; 2024 <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>'
2023-05-03 22:50:12 +08:00
theme:
2023-10-27 06:53:33 +08:00
logo: assets/images/logo.png
2023-05-03 22:50:12 +08:00
name: material
2023-05-05 22:08:16 +08:00
custom_dir: docs/theme
2023-05-03 22:50:12 +08:00
language: zh
favicon: assets/favicon.ico
icon:
repo: fontawesome/brands/github
2023-05-03 22:50:12 +08:00
edit: material/file-document-edit-outline
view: material/file-eye-outline
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
2023-05-10 12:49:27 +08:00
tip: fontawesome/regular/lightbulb
2023-05-03 22:50:12 +08:00
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
palette:
2023-12-30 00:07:34 +08:00
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: 跟随系统
2023-05-03 22:50:12 +08:00
# Palette toggle for light mode
2023-12-30 00:07:34 +08:00
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
2023-12-30 00:07:34 +08:00
accent: white
2023-05-03 22:50:12 +08:00
toggle:
2023-05-09 20:09:38 +08:00
icon: octicons/sun-16
2023-12-30 00:07:34 +08:00
name: 亮色主题
2023-05-03 22:50:12 +08:00
# Palette toggle for dark mode
2023-12-30 00:07:34 +08:00
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
2023-05-03 22:50:12 +08:00
toggle:
2023-05-09 20:09:38 +08:00
icon: octicons/moon-16
2023-12-30 00:07:34 +08:00
name: 深色主题
2023-05-03 22:50:12 +08:00
features:
- header.autohide
- navigation.top
2023-05-03 22:50:12 +08:00
- navigation.tabs
- navigation.path
- navigation.instant
- navigation.indexes
- navigation.footer
- navigation.tracking
- navigation.sections
- content.tooltips
- content.code.copy
- content.code.annotate
- search.suggest
- search.highlight
- announce.dismiss
extra:
generator: false
2023-05-05 22:08:16 +08:00
homepage: https://linuxmirrors.cn
2023-05-03 22:50:12 +08:00
social:
2023-05-08 01:25:23 +08:00
- icon: simple/gitee
link: https://gitee.com/SuperManito/LinuxMirrors
2023-05-03 22:50:12 +08:00
- icon: fontawesome/brands/github
link: https://github.com/SuperManito/LinuxMirrors
2023-05-09 22:04:55 +08:00
analytics:
provider: google
property: G-WG7T40F7YP
feedback:
title: 此页面上的内容对你有帮助吗?
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
感谢反馈!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
2023-10-27 06:53:33 +08:00
note: >-
2023-05-09 22:04:55 +08:00
感谢反馈!使用<a href="https://github.com/SuperManito/LinuxMirrors/issues" target="_blank" rel="noopener">反馈表单</a></br>帮助我们改进此页面。
2023-05-03 22:50:12 +08:00
extra_css:
- stylesheets/extra.css
markdown_extensions:
- toc:
2023-10-27 06:53:33 +08:00
permalink: "#"
2023-05-09 20:09:38 +08:00
permalink_title: 永久链接
2023-05-03 22:50:12 +08:00
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- abbr
- tables
- def_list
- attr_list
- footnotes
- md_in_html
- admonition
- pymdownx.details
- pymdownx.betterem
- pymdownx.snippets
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
2023-12-30 00:07:34 +08:00
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
2023-05-05 22:08:16 +08:00
options:
custom_icons:
- docs/theme
2023-05-03 22:50:12 +08:00
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search:
lang: en
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
2023-05-09 20:09:38 +08:00
- exclude-search:
exclude:
- mirrors.md
2023-05-03 22:50:12 +08:00
- tags
- glightbox
nav:
2023-10-27 06:53:33 +08:00
- "介绍": index.md
- "使用方法":
- "使用方法": use/index.md
- "常见问题": use/help.md
- "执行流程": use/execution-flow.md
- "高级用法":
- "命令选项": use/command-options.md
- "软件源列表": mirrors/index.md
2023-10-27 06:53:33 +08:00
- "其它工具": other/index.md
- "社区": community/index.md