🎉 Initial Commit

This commit is contained in:
2025-07-06 15:13:16 +08:00
commit b7e7df003c
15 changed files with 254 additions and 0 deletions

33
mkdocs.yml Normal file
View File

@@ -0,0 +1,33 @@
# 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
- glightbox
- i18n:
docs_structure: folder
languages:
- locale: en
default: true
name: English
build: true
- locale: zh
name: 简体中文
build: true
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.blocks.caption
- admonition
- pymdownx.details
- pymdownx.superfences