doc/mkdocs.yml
2025-05-29 18:17:44 +08:00

79 lines
1.8 KiB
YAML

site_name: hugemaker
site_description: hugemaker
site_author: hugemaker
# site_url: # 请在这里填写您的网站URL
strict: false
repo_name: '/doc'
repo_url:
nav:
- 简介:
- 介绍: index.md
- arduino:
- 软件安装与配置: 软件安装与库文件设置.md
- arduino内置函数:
- 引脚操作: arduino内置函数/引脚操作.md
theme:
name: material
language: zh
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: indigo
toggle:
icon: material/weather-sunny
name: 切换到夜间模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue-grey
accent: cyan
toggle:
icon: material/weather-night
name: 切换到日间模式
features:
- navigation.tabs
- navigation.instant
- content.action.edit
font:
text: Fira Sans
code: Fira Mono
icon:
logo: material/school
markdown_extensions:
- admonition
- def_list
- footnotes
- meta
- toc:
permalink: ""
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.highlight:
linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js