-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (39 loc) · 1.13 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
site_name: Anjan's Blog
site_description: Providing information and references about my experiences with technology and programming.
site_url: https://anjannair.xyz/blog/
repo_url: https://github.com/anjannair/blog
theme:
language: en
name: material
custom_dir: overrides
font:
text: Raleway
features:
- navigation.top
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/anjannair
name: Anjan on Github
generator: false
image: https://opengraph.githubassets.com/106b87d6dc6bf856c3123960088fc0ed2b54639622b82896c92e325948fab17b/anjannair/blog
copyright: Copyright © 2021 - 2030 Anjan Nair
markdown_extensions:
- pymdownx.highlight:
linenums: true
auto_title: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- meta