-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
48 lines (48 loc) · 1.21 KB
/
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
47
48
site_name: athackst/mkdocs-simple-plugin
docs_dir: docs
plugins:
- simple
- awesome-pages
- macros
- search
- social
- mike:
canonical_version: latest
- git-revision-date-localized:
fallback_to_build_date: true
edit_uri: ''
site_url: https://www.althack.dev/mkdocs-simple-plugin/
site_dir: site
repo_url: https://github.com/athackst/mkdocs-simple-plugin
theme:
name: material
palette:
primary: green
accent: green
site_description: Make documenting your code a simple part of developing software.
site_author: Allison Thackston
copyright: Apache-2.0
hooks:
- examples/gen_readme.py
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: true
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.gemoji ''
emoji_generator: !!python/name:pymdownx.emoji.to_png ''
- mkdocs-click
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/althack
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/althack
- icon: fontawesome/regular/face-laugh
link: https://allisonthackston.com
analytics:
provider: google
property: G-VPNW28KW9L
version:
provider: mike