-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
130 lines (124 loc) · 3.08 KB
/
mkdocs.yml
File metadata and controls
130 lines (124 loc) · 3.08 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
site_name: Mo Maher - Personal Blog
site_description: Personal blog of Mo Maher - Software Engineer and Tech Enthusiast
site_author: Mo Maher
site_url: https://blog.momaher.site
nav:
- Home: index.md
- Blog: blog/index.md
- Portfolio: portfolio.md
- Resume: resume.md
- Achievements: achievements.md
- Contact: contact.md
- Local Services: local-services.md
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- header.autohide
icon:
logo: material/rocket-launch
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: pink
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: pink
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: 'Poppins'
code: 'Fira Code'
language: en
direction: ltr
custom_dir: docs/overrides
plugins:
- search
- tags
- blog
- git-revision-date-localized:
type: date
- git-authors
- glightbox
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: fontawesome/brands/github
link: https://github.com/slorksmo
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/momaher94
- icon: fontawesome/brands/twitter
link: https://twitter.com/mo_maher94
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
comments:
enabled: true
provider: giscus
repo: momaher/momaher.github.io
repo_id: # Will be added after repository creation
category: Announcements
category_id: # Will be added after Giscus setup
mapping: pathname
social_share:
enabled: true
providers:
- twitter
- linkedin
- facebook
- email
extra_css:
- assets/stylesheets/extra.css
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- tables
- footnotes
- def_list
- toc:
permalink: true