mirror of
https://github.com/org-roam/org-roam
synced 2025-09-26 16:40:56 -05:00
Add mkdocs plugins
This commit is contained in:
24
mkdocs.yml
24
mkdocs.yml
@@ -10,5 +10,27 @@ pages:
|
|||||||
- Installation: installation.md
|
- Installation: installation.md
|
||||||
- Ecosystem: ecosystem.md
|
- Ecosystem: ecosystem.md
|
||||||
- Similar Packages: comparison.md
|
- Similar Packages: comparison.md
|
||||||
theme: readthedocs
|
markdown_extensions:
|
||||||
|
- admonition
|
||||||
|
- pymdownx.arithmatex
|
||||||
|
- pymdownx.betterem:
|
||||||
|
smart_enable: all
|
||||||
|
- pymdownx.caret
|
||||||
|
- pymdownx.critic
|
||||||
|
- pymdownx.details
|
||||||
|
- pymdownx.emoji:
|
||||||
|
emoji_generator: !!python/name:pymdownx.emoji.to_svg
|
||||||
|
- pymdownx.inlinehilite
|
||||||
|
- pymdownx.magiclink
|
||||||
|
- pymdownx.mark
|
||||||
|
- pymdownx.smartsymbols
|
||||||
|
- pymdownx.superfences
|
||||||
|
- pymdownx.tasklist:
|
||||||
|
custom_checkbox: true
|
||||||
|
- pymdownx.tilde
|
||||||
|
|
||||||
|
theme:
|
||||||
|
name: 'material'
|
||||||
|
palette:
|
||||||
|
primary: 'purple'
|
||||||
|
accent: 'purple'
|
||||||
|
Reference in New Issue
Block a user