Files
LinuxMirrors/mkdocs.yml

122 lines
3.1 KiB
YAML
Raw Normal View History

2023-05-03 22:50:12 +08:00
site_name: LinuxMirrors
2023-05-03 23:41:43 +08:00
repo_name: SuperManito/LinuxMirrors
2023-05-03 22:50:12 +08:00
repo_url: https://github.com/SuperManito/LinuxMirrors
edit_uri: edit/main/docs/
copyright: Copyright &copy; 2021 - 2023 <a href="https://github.com/SuperManito" target="_blank"> SuperManito</a>
theme:
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:
logo: material/linux
edit: material/file-document-edit-outline
view: material/file-eye-outline
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
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:
# Palette toggle for light mode
2023-05-05 22:27:08 +08:00
- scheme: default
2023-05-03 22:50:12 +08:00
toggle:
2023-05-05 22:27:08 +08:00
icon: material/brightness-7
2023-05-03 22:50:12 +08:00
name: Switch to dark mode
# Palette toggle for dark mode
2023-05-05 22:27:08 +08:00
- scheme: slate
2023-05-03 22:50:12 +08:00
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- header.autohide
- navigation.tabs
- navigation.path
- navigation.instant
- navigation.indexes
- navigation.footer
- navigation.tracking
- navigation.sections
- content.tooltips
- content.code.copy
- content.code.annotate
- content.tabs.link
- 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:
- icon: fontawesome/brands/github
link: https://github.com/SuperManito/LinuxMirrors
extra_css:
- stylesheets/extra.css
markdown_extensions:
- toc:
permalink: '#'
permalink_title: 复制链接
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:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.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;'
- tags
- glightbox
nav:
- '介绍': index.md
2023-05-05 22:12:23 +08:00
- '软件源': mirrors.md
- '使用方法':
2023-05-05 22:08:16 +08:00
- '使用方法': use/index.md
2023-05-03 22:50:12 +08:00
- '执行流程': use/execution-flow.md
- '未启用源': use/not-enabled.md
- '高级用法':
- '命令选项': use/command-options.md
- '常见问题': help/index.md
- '其它脚本': other/index.md