-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
94 lines (88 loc) · 2.2 KB
/
mkdocs.yml
File metadata and controls
94 lines (88 loc) · 2.2 KB
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
site_name: ashvin
site_url: https://ashvin.au
site_description: AI Platform, Products and Governance
repo_url: https://github.com/sarantium/ashvin/
repo_name: sarantium/ashvin
theme:
name: material
icon:
logo: material/view-grid-plus
favicon: assets/view-grid-plus-outline-dark.png
palette:
- scheme: default
primary: teal
accent: amber
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- navigation.tracking
- navigation.indexes
- search.highlight
- search.share
- content.code.copy
- navigation.footer
- navigation.top
plugins:
- search
- meta
- blog:
blog_toc: true
archive: true
archive_date_format: yyyy
pagination_per_page: 10
post_readtime: true
post_url_format: "{date}/{slug}"
post_excerpt: optional
post_excerpt_separator: <!-- more -->
- tags
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/sarantium/ashvin
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ashvinparameswaran
- icon: fontawesome/solid/file-pdf
link: /assets/ashvin_parameswaran_curriculum_vitae_2023.pdf
name: resume
copyright: Copyright © 2023-2025 Ashvin Parameswaran
markdown_extensions:
- abbr
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- tables
- def_list
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: ⚓︎
- md_in_html
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
extra_css:
- stylesheets/extra.css
nav:
- About: about.md
- On Writing: on-writing.md
- On Reading: on-reading.md
- On Working: on-working.md
- Blog:
- blog/index.md