-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
49 lines (43 loc) · 1.07 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Fir
site_url: https://daelvn.github.io/fir
repo_url: https://github.com/daelvn/fir
repo_name: daelvn/fir
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/daelvn
# FIXME: https://github.com/squidfunk/mkdocs-material/issues/7599
plugins:
- search
- social:
cards_layout_options:
background_color: "#2d6934"
markdown_extensions:
- toc:
permalink: true
permalink_leading: true
slugify: !!python/object/apply:pymdownx.slugs.slugify {}
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true
theme:
name: material
palette:
primary: custom
icon:
logo: material/pine-tree
annotation: material/star-four-points-circle-outline
features:
- navigation.tabs
- navigation.indexes
- navigation.footer
- content.tabs.link
- content.code.annotate
# - toc.integrate