-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
53 lines (47 loc) · 1.11 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
49
50
51
52
53
site_name: pyBLog
repo_url: https://github.com/seapagan/pyBLog
repo_name: seapagan/pyBLog
dev_addr: "127.0.0.1:9000"
theme:
name: material
palette:
primary: light-blue
accent: blue
features:
- navigation.footer
- content.code.copy
- content.code.annotate
- navigation.tracking
- navigation.indexes
- navigation.prune
- navigation.top
- toc.follow
plugins:
- search
- minify:
minify_html: true
minify_css: true
minify_js: true
htmlmin_opts:
remove_comments: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/seapagan
- icon: fontawesome/brands/twitter
link: https://twitter.com/gnramsay-dev
copyright: © 2023 Grant Ramsay (Seapagan)
markdown_extensions:
- admonition
- footnotes
- pymdownx.snippets
- pymdownx.superfences
- md_in_html
- pymdownx.highlight:
linenums: false
auto_title: false
- attr_list
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg