-
Notifications
You must be signed in to change notification settings - Fork 28
/
mkdocs.yml
46 lines (41 loc) · 1023 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
site_name: mf2py
site_url: https://microformats.github.io/mf2py
site_author: Microformats
site_description: A microformats2 parser written in Python.
repo_name: microformats/mf2py
repo_url: https://github.com/microformats/mf2py
edit_uri: https://github.com/microformats/mf2py/tree/main/docs
copyright: MIT License
extra_css:
- stylesheets/styles.css
nav:
- Home: index.md
- Parser Object: parser.md
- Change Log: changelog.md
theme:
name: 'material'
logo: https://microformats.org/microformats-logo.png
favicon: https://microformats.org/microformats-logo.png
palette:
# Palette for light mode
- scheme: default
primary: 'custom'
toggle:
icon: material/brightness-7
name: Switch to dark mode
font:
text: Roboto
code: Roboto Mono
plugins:
- mkdocstrings
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true