-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
75 lines (60 loc) · 1.58 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
# Copyright (c) 2016-2022 Martin Donath <[email protected]>
# Project information
site_name: Francisco Alfaro Medina
site_url: https://github.com/fralfaro/portfolio
site_author: Francisco Alfaro
site_description:
# Repository
repo_name: fralfaro/portfolio
repo_url: https://github.com/fralfaro/portfolio
edit_uri: ''
# Markdown extensions
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- neoteroi.cards
- neoteroi.timeline
- neoteroi.projects
extra_css:
- css/neoteroi-mkdocs.css
# Theme
theme:
name: dracula
language: en
logo: images/yo2.png
favicon: images/logo_fam.png
# Plugins
plugins:
- search
#TOC
nav:
- 🏠 Home: index.md
- 👑 About Me:
- Presentation: about_me/me.md
- Education: about_me/education.md
- Experience: about_me/work_exp.md
- More: about_me/awards.md
- 🚀️ Portfolio:
- Knowledge Hub: research/research.md
- Projects: software/projects.md
- Documentation: software/book.md
- Collaboration: software/collaboration.md
- ⭐ More:
- University Courses: teaching/universities.md
- Personal Courses: teaching/personal.md
- Blog Posts: blog/posts.md