mirror of
https://github.com/ZuneDev/blog.zunes.me.git
synced 2026-07-27 13:13:37 -07:00
24 lines
419 B
YAML
24 lines
419 B
YAML
site_name: Zunes blog
|
|
|
|
theme:
|
|
name: gitbook
|
|
|
|
markdown_extensions:
|
|
- footnotes
|
|
# - attr_list
|
|
# - pymdownx.arithmatex
|
|
# - pymdownx.superfences
|
|
# - pymdownx.details
|
|
# - pymdownx.magiclink
|
|
# - pymdownx.tasklist:
|
|
# custom_checkbox: true
|
|
# - pymdownx.emoji:
|
|
# emoji_generator: !!python/name:pymdownx.emoji.to_svg
|
|
# - admonition
|
|
- toc:
|
|
permalink: true
|
|
|
|
plugins:
|
|
- search
|
|
- roamlinks
|