mirror of
https://github.com/AtlasLinux/docs.git
synced 2026-02-02 15:24:15 -08:00
13 lines
378 B
YAML
13 lines
378 B
YAML
site_name: Atlas Linux
|
|
docs_dir: pages
|
|
|
|
theme:
|
|
name: material
|
|
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
linenums: true # show line numbers
|
|
anchor_linenums: true # line numbers are clickable
|
|
pygments_lang_class: true # needed for correct CSS classes
|
|
- pymdownx.superfences # lets you use triple backticks with language specifiers
|