-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
144 lines (115 loc) · 2.94 KB
/
Copy pathmkdocs.yml
File metadata and controls
144 lines (115 loc) · 2.94 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
site_name: Pavi's Digital Garden
site_url: https://pavithranrao.github.io/
site_description: Pavi's Digital Garden - A collection of technical notes and explorations
site_author: Pavithran Ramachandran
# Repository integration
repo_url: https://github.com/pavithranrao/pavithranrao.github.io
repo_name: pavithranrao/pavithranrao.github.io
# Theme configuration
theme:
name: material
language: en
# Dynamic features
features:
# Navigation improvements
- navigation.sections
- navigation.expand
- navigation.path
- navigation.top
- navigation.indexes
- navigation.footer
# Table of contents
- toc.follow
- toc.integrate
# Search enhancements
- search.suggest
- search.highlight
- search.share
# Content features
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.tooltips
# UI enhancements
- header.autohide
- announce.round
# Instant navigation
- instant
# Pastel VIBGYOR Color scheme
palette:
# Light pastel theme
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: pink
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark theme for better contrast with pastels
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: pink
toggle:
icon: material/brightness-4
name: Switch to light mode
# Logo and favicon
favicon: assets/favicon.png
logo: assets/favicon.png
# Plugins
plugins:
- search:
lang:
- en
- social:
cards: true
- tags
- blog:
blog_dir: blog
blog_toc: true
# Extensions
markdown_extensions:
# Python Markdown Extensions
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
# Built-in Markdown extensions
- admonition
- footnotes
- pymdownx.details
- pymdownx.mark
- attr_list
- md_in_html
# Additional useful extensions
- pymdownx.emoji
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.smartsymbols
# Extra configuration
extra:
# Social links
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/pavithranrao
name: Follow me on GitHub
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/pavithran-ramachandran-9042aaa1/
name: Connect on LinkedIn
- icon: fontawesome/brands/stack-overflow
link: https://stackoverflow.com/users/7991002/pavithran-ramachandran
name: Stack Overflow Profile
# Extra CSS and JavaScript
extra_css:
- assets/stylesheets/extra.css
extra_javascript:
- assets/javascripts/extra.js
# Copyright
copyright: Copyright © 2024 - 2026 Pavithran Ramachandran