-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathmkdocs.yml
52 lines (48 loc) · 1.12 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
site_name: PySnippets
site_url: https://utsavs26.github.io/PySnippets/
theme:
name: material
font:
text: Merriweather Sans
code: Red Hat Mono
features:
- navigation.sections
- navigation.footer
palette:
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: green
accent: deep purple
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: blue
accent: deep orange
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.emoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
extra:
social:
- icon: simple/linkedin
link: https://linkedin.com/in/utsavsinghal2604/
- icon: simple/github
link: https://github.com/UTSAVS26/PySnippets
copyright: Copyright © 2025 Utsav Singhal