mirror of
https://github.com/orange-cpp/omath.git
synced 2026-06-09 08:44:35 +00:00
29 lines
581 B
YAML
29 lines
581 B
YAML
site_name: OMATH Docs
|
|
theme:
|
|
name: material
|
|
font:
|
|
text: Roboto
|
|
code: Roboto Mono
|
|
palette:
|
|
scheme: slate
|
|
primary: black
|
|
accent: orange
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.sections
|
|
- navigation.top
|
|
- search.highlight
|
|
- content.code.copy
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.superfences
|
|
extra_css:
|
|
- styles/center.css
|
|
- styles/custom-header.css
|
|
- styles/links.css
|