-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
51 lines (47 loc) · 1.19 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
site_name: SIPD-RI Helper
site_url: https://odhyp.github.io/sipd-ri/
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.ico
features:
- navigation.footer
palette:
# Dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: teal
accent: indigo
# Light mode
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: teal
accent: deep orange
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
generator: true
social:
- icon: fontawesome/brands/github
link: https://github.com/odhyp
name: Github
- icon: fontawesome/solid/user
link: https://odhyp.com
name: My Website
copyright: Copyright © 2025 Odhy Pradhana
repo_url: https://github.com/odhyp/sipd-ri
repo_name: odhyp/sipd-ri