-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yaml
174 lines (166 loc) · 5.22 KB
/
mkdocs.yaml
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
site_author: Anshul Raj Verma
site_description: Anshul's personal website for showcasing his learnings, blogs and more.
site_name: ARV
site_url: https://arv-anshul.github.io
theme:
language: en
name: material
custom_dir: docs/.overrides
font:
text: Rubik
icon:
repo: material/book
logo: fontawesome/solid/om
logo: null
favicon: data/assets/favicon.png
features:
- content.code.annotate
- content.code.copy
- content.code.select
- content.tabs.link
- content.tooltips
- navigation.indexes
- navigation.path
- navigation.tabs
- navigation.top
- search.suggest
palette:
scheme: slate
primary: black
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite:
custom_inline:
- name: math
class: arithmatex
format:
!!python/object/apply:pymdownx.arithmatex.arithmatex_inline_format
kwds: { which: generic }
- pymdownx.mark
- pymdownx.tilde
- tables
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: math
class: arithmatex
format:
!!python/object/apply:pymdownx.arithmatex.arithmatex_fenced_format
kwds: { which: generic }
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- blog:
archive_date_format: MMMM, yyyy
archive_url_date_format: yyyy/MM
categories_url_format: "c/{slug}"
post_url_format: "{slug}"
pagination_per_page: 5
pagination_format: $link_first $link_previous ~2~ $link_next $link_last
post_excerpt: required
- search: null
- macros:
include_yaml:
- about: docs/data/render_yaml/about.yaml
- friends: docs/data/render_yaml/friends.yaml
- learn_stuff: docs/data/render_yaml/learn_stuff.yaml
- other_projects: docs/data/render_yaml/other_projects.yaml
- projects_index: docs/data/render_yaml/projects_index.yaml
- recommendations: docs/data/render_yaml/recommendations.yaml
- redirects:
redirect_maps:
campusx-dsmp.md: https://arv-anshul.github.io/campusx
campusx-dsmp/resources.md: https://arv-anshul.github.io/campusx/dsmp2
gh.md: https://github.com/arv-anshul
github.md: https://github.com/arv-anshul
linkedin.md: https://linkedin.com/in/arv-anshul
notebooks.md: https://github.com/arv-anshul/notebooks
project/notebooks.md: https://github.com/arv-anshul/notebooks
project/dotfiles.md: https://github.com/arv-anshul/dotfiles
project/yt-watch-history-v2/index.md: project/yt-watch-history/index.md
projects/index.md: project/index.md
resume.md: https://cdn.statically.io/gh/arv-anshul/resume/main/pdf/resume-02.pdf
extra:
resume_url: https://cdn.statically.io/gh/arv-anshul/resume/main/pdf/resume-02.pdf
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_PROPERTY
feedback:
title: Did you like it?
ratings:
- icon: fontawesome/solid/face-grin-wink
name: Yep!
data: 1
note: Thanks for your feedback!
- icon: fontawesome/solid/face-frown
name: Nope!
data: 0
note: Thanks for your feedback!
social:
- icon: material/email
link: mailto:[email protected]
name: E-Mail
- icon: fontawesome/brands/github
link: https://github.com/arv-anshul
name: See my GitHub Profile
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/arv-anshul
name: Connect on LinkedIn
- icon: material/newspaper
link: /resume
name: Resume as PDF
copyright: |
Copyright © 2025 <a href="https://github.com/arv-anshul">Anshul Raj Verma</a>
extra_css:
- stylesheets/custom.css
- stylesheets/extra.css
- stylesheets/simpleicons.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
nav:
- Home:
- index.md
- friends.md
- anime.md
- movies.md
- music.md
- resume.md
- Projects:
- project/index.md
- project/others.md
- project/notebooks.md
- project/canvas-ai.md
- Youtube Watch History:
- project/yt-watch-history/index.md
- project/yt-watch-history/ctt.md
- project/yt-watch-history/channel_reco.md
- project/yt-watch-history/v2-architecture.md
- project/yt-watch-history/v2-channel_reco.md
- YT Comment Sentiment:
- project/yt-comment-sentiment/index.md
- project/yt-comment-sentiment/ml.md
- project/yt-comment-sentiment/backend.md
- project/yt-comment-sentiment/frontend.md
- project/spotify-analysis.md
- project/campusx.md
- project/credit-risk-modeling.md
- project/dotfiles.md
- Blog:
- blog/index.md
- About: about/index.md