-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
88 lines (81 loc) · 2.14 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
site_name: SwiftBar4s
site_url: https://swiftbar4s.bilal-fazlani.com
site_description: SwiftBar4s is a scala framwework to create Swiftbar plugins for MacOS
repo_name: "bilal-fazlani/swiftbar4s"
repo_url: "https://github.com/bilal-fazlani/swiftbar4s"
edit_uri: edit/main/docs/
strict: !ENV [CI, false]
theme:
features:
- instant
- toc.integrate
- navigation.sections
- navigation.footer
- navigation.top
name: "material"
icon:
repo: fontawesome/brands/github
favicon: "images/favicon.ico"
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
logo: "images/logo-svg.svg"
markdown_extensions:
- admonition
- attr_list
- codehilite:
linenums: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.escapeall:
nbsp: true
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
permalink: "#"
plugins:
- search
- awesome-pages:
collapse_single_pages: true
strict: true
- social:
cards: !ENV [CI, false]
cards_color:
fill: "#a4d3fc"
text: "black"
# Customization
extra_css:
- stylesheets/extra.css
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: "https://github.com/bilal-fazlani"
- icon: fontawesome/brands/twitter
link: "https://twitter.com/bilal_fazlani"
- icon: fontawesome/brands/linkedin
link: "https://www.linkedin.com/in/bilal-fazlani/"
copyright: Copyright © 2024 <b><a href="https://bilal-fazlani.com">Bilal Fazlani</a></b>