summaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 39356c368865c725e34b8e86e65a34d577e3042e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
site_name: Gathio
theme:
    name: material
    features:
        - content.code.copy
markdown_extensions:
    - pymdownx.highlight:
          anchor_linenums: true
          line_spans: __span
          pygments_lang_class: true
    - pymdownx.inlinehilite
    - pymdownx.snippets
    - pymdownx.superfences