-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
80 lines (68 loc) · 2.33 KB
/
mkdocs.yml
File metadata and controls
80 lines (68 loc) · 2.33 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
site_name: Vasilis Tsilidis
site_url: https://tsilidisv.github.io/
repo_url: https://github.com/TsilidisV/TsilidisV.github.io
theme:
name: material
font:
text: Lato
code: Roboto Mono
palette:
- scheme: slate # This is crucial (Dark Mode)
primary: cyan # clickable links color
accent: deep-purple # cklickable links when hovered color
features:
- navigation.tabs # Top-level tabs (looks like a sophisticated app)
- navigation.top # "Back to top" button
- toc.follow # Table of contents follows scroll
- content.code.copy # Copy button for code blocks
- navigation.footer
# Plugins
plugins:
- search
- macros
- social
- blog:
blog_dir: blog
post_dir: blog/posts # Looks for posts in docs/blog/posts/
post_url_date_format: yyyy/MM/dd # Creates URLs like /blog/2024/05/15/my-post/
archive: true # Force Archive widget
categories: true # Force Categories widget
blog_toc: true # Force the blog to use the TOC slot
# The Navigation Structure
nav:
- Home: index.md
- Education: education.md
- Projects: projects/index.md
- Publications: publications/index.md
- Talks: talks/index.md
- Blog: blog/index.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- md_in_html
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra:
social:
- icon: fontawesome/solid/envelope
link: mailto:vtsilidis@upatras.gr
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/vasilis-tsilidis
- icon: fontawesome/brands/google-scholar
link: https://scholar.google.com/citations?hl=en&user=3qaGBDkAAAAJ
- icon: fontawesome/brands/github
link: https://github.com/TsilidisV
extra_css:
- stylesheets/extra.css
- stylesheets/wallpaper.css
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css
- https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css
- https://cdn.jsdelivr.net/npm/@mdi/font/css/materialdesignicons.min.css