-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
73 lines (68 loc) · 1.77 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
site_name: anjor.xyz
site_description: Anjor Kanekar's personal website
site_author: Anjor Kanekar
site_url: https://anjor.xyz
repo_url: https://github.com/anjor/website
nav:
- Home:
- Introductions: "index.md"
- Writing: "writing/index.md"
- Projects: "projects/index.md"
- Hire Me: "hire.md"
- Writing:
- "writing/index.md"
- Projects:
- "projects/index.md"
- Hire Me:
- "hire.md"
theme:
name: material
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
features:
- navigation.indexes
- navigation.tabs
plugins:
- blog:
blog_dir: writing
blog_toc: true
post_dir: writing/posts
post_date_format: yyyy/MM/dd
post_url_format: "{date}/{slug}"
authors_file: "{blog}/.authors.yml"
- blog:
blog_dir: projects
blog_toc: true
post_dir: projects/projects
post_date_format: yyyy/MM/dd
post_url_format: "{date}/{slug}"
post_readtime: false
authors: false
- rss:
match_path: writing/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
image: https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Feed-icon.svg/128px-Feed-icon.svg.png
markdown_extensions:
- attr_list
- footnotes
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/__anjor
- icon: fontawesome/brands/github
link: https://github.com/anjor
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/anjor-kanekar/
- icon: material/rss
link: /feed_rss_updated.xml
name: Subscribe to our RSS Feed
analytics:
provider: google
property: G-HHKQ3RWV3N
copyright: Copyright © 2023 Anjor Kanekar