-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
96 lines (89 loc) · 2.2 KB
/
mkdocs.yml
File metadata and controls
96 lines (89 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
95
96
site_name: East River Village
site_url: https://eastrivervillage.com
site_author: Bala
theme:
name: material
favicon: blog/images/fabicon.png
icon:
logo: material/code-greater-than
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/white-balance-sunny
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/theme-light-dark
name: Switch to system preference
features:
- navigation.indexes
- content.code.copy
- content.code.select
- content.code.annotate
plugins:
- search
- meta
- blog:
authors: true
# authors_profiles: true
blog_toc: true
archive_date_format: MMMM yyyy
archive_url_date_format: yyyy/MM
categories_allowed:
- Holidays
- News
pagination_per_page: 5
# post_slugify: !!python/object/apply:ext.slugs.slugify
# kwds:
# short: true
- tags
- rss:
match_path: "blog/posts/.*"
date_from_meta:
as_creation: date.created
as_update: date.updated
extra:
homepage: https://eastrivervillage.com
analytics:
provider: google
property: G-3JJ45DK8YN
social:
- icon: fontawesome/brands/linkedin
name: LinkedIn
link: https://www.linkedin.com/in/balakumaran-kannan/
- icon: fontawesome/brands/github
name: GitHub
link: https://github.com/0xba1a
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
hooks:
- hooks/socialmedia.py
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets
- attr_list
- md_in_html
nav:
- Home: index.md
- Blog:
- blog/index.md
- blog/tags.md