Files
Suki/mkdocs.yml
2025-07-09 00:21:10 +08:00

44 lines
903 B
YAML

# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Suki
site_url: https://kb.solsynth.dev
theme:
name: material
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.sections
plugins:
- meta
- social
- search
- awesome-nav
- git-authors
- glightbox
- i18n:
docs_structure: folder
languages:
- locale: en
default: true
name: English
build: true
- locale: zh
name: 简体中文
build: true
- git-revision-date-localized
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.blocks.caption
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js