-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
114 lines (106 loc) · 2.8 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
copyright: Copyright © 2021 - 2023 Lento Manickathan
site_description: Personal website of Lento Manickathan
site_author: Lento Manickathan
site_name: Lento Manickathan
site_url: https://lento234.ch/
site_dir: public
# repository edit info
edit_uri: edit/main/docs/
repo_name: lento234/lento234.github.io
repo_url: https://github.com/lento234/lento234.github.io
# Table of content
nav:
- Home: index.md
- Profile: profile.md
- Projects: projects.md
- ... | blog/*/*
- Links:
- tools.md
- wiki.md
- Art: art/index.md
theme:
name: material
custom_dir: overrides
logo: assets/images/logo.png
favicon: assets/images/favicon.svg
font:
text: Noto Sans
code: Fira code
palette:
- scheme: slate
primary: black
accent: red
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: default
primary: black
accent: light blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
features:
- navigation.tabs
- navigation.sections
- search.suggest
- search.highlight
- navigation.top
plugins:
- search
- mermaid2
- git-revision-date-localized:
fallback_to_build_date: false
- macros
- mkdocs-jupyter:
include_source: True
- awesome-pages
- redirects:
redirect_maps:
'cv.md': 'https://media.githubusercontent.com/media/lento234/cv/main/cv.pdf'
markdown_extensions:
- admonition
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.critic:
mode: view
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- def_list
- attr_list
- md_in_html
- meta
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/lento234
- icon: fontawesome/brands/mastodon
link: https://mastodon.social/@lento234
- icon: fontawesome/brands/twitter
link: https://twitter.com/lento234
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/lento-manickathan/
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/mrlento234
- icon: fontawesome/solid/graduation-cap
link: https://scholar.google.ch/citations?user=wS-b8RcAAAAJ
analytics:
provider: google
property: G-SDQ15H0726
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- assets/stylesheets/extra.css