-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
160 lines (154 loc) · 4.27 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
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
---
# Project information
site_name: Davide Airaghi
site_url: https://airaghidavide.github.io
site_author: Davide Airaghi
site_description: Davide Airaghi personal website
copyright: Made with ♥ by Davide Airaghi with mkdocs
# Repository
repo_url: https://github.com/airaghidavide/airaghidavide.github.io
repo_name: airaghidavide/airaghidavide.github.io
edit_uri: edit/main/docs
# Page tree
nav:
- Home:
- index.md
- Resume:
- resume.md
- Activities:
- activities.md
# Configuration
theme:
name: material
docs_dir: docs
site_dir: site
icon:
repo: fontawesome/brands/github
include_search_page: false
search_index_only: true
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- header.autohide
- navigation.footer
- navigation.indexes
- navigation.top
- navigation.tracking
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- search.suggest
- search.highlight
- search.share
- toc.follow
font:
text: Roboto
code: Roboto mono
palette:
# Light mode
- scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- scheme: slate
primary: red
accent: red
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- abbr
- admonition
- attr_list
- codehilite
- def_list
- footnotes
- meta
- tables
- md_in_html
- neoteroi.cards
- neoteroi.timeline
- toc:
title: On this page
permalink: true
permalink_title: Anchor link to this section for reference
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: airaghidavide
repo: airaghidavide.github.io
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.superfences:
custom_fences:
- name: vegalite
class: vegalite
format: !!python/name:mkdocs_charts_plugin.fences.fence_vegalite
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_css:
- css/neoteroi-mkdocs.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/vega@5
- https://cdn.jsdelivr.net/npm/vega-lite@5
- https://cdn.jsdelivr.net/npm/vega-embed@6
plugins:
- macros
- charts
- tags
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- git-revision-date-localized
extra:
consent:
title: Cookie consent
description: >-
I use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of my site and whether users
find what they're searching for. With your consent, you're helping me to
make our site better.
annotate:
json: [.s2]
generator: false
social:
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
name: Write to us
- icon: fontawesome/brands/github
link: https://github.com/airaghidavide
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/airaghidavide/
name: Linkedin
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/airaghi.davide/
name: Instagram