mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
52 lines
859 B
YAML
52 lines
859 B
YAML
|
site_name: pkgx test
|
||
|
#docs_dir:
|
||
|
nav:
|
||
|
- index.md
|
||
|
|
||
|
|
||
|
theme:
|
||
|
name: material
|
||
|
feature:
|
||
|
tabs: true
|
||
|
palette:
|
||
|
primary: blue
|
||
|
features:
|
||
|
- navigation.expand
|
||
|
- navigation.top
|
||
|
- content.code.copy
|
||
|
- content.code.annotate
|
||
|
|
||
|
extra:
|
||
|
repo_icon: gitlab
|
||
|
|
||
|
extra_css:
|
||
|
- custom.css
|
||
|
|
||
|
markdown_extensions:
|
||
|
- admonition
|
||
|
- codehilite
|
||
|
- footnotes
|
||
|
- pymdownx.arithmatex
|
||
|
- pymdownx.betterem:
|
||
|
smart_enable: all
|
||
|
- pymdownx.caret
|
||
|
- pymdownx.critic
|
||
|
- pymdownx.details
|
||
|
- pymdownx.emoji:
|
||
|
emoji_generator: !!python/name:pymdownx.emoji.to_svg
|
||
|
- pymdownx.highlight:
|
||
|
anchor_linenums: true
|
||
|
line_spans: __span
|
||
|
pygments_lang_class: true
|
||
|
- pymdownx.inlinehilite
|
||
|
- pymdownx.snippets
|
||
|
- pymdownx.magiclink
|
||
|
- pymdownx.mark
|
||
|
- pymdownx.smartsymbols
|
||
|
- pymdownx.superfences
|
||
|
- pymdownx.tasklist:
|
||
|
custom_checkbox: true
|
||
|
- pymdownx.tilde
|
||
|
- toc:
|
||
|
permalink: true
|