-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
97 lines (92 loc) · 2.62 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
site_name: edconde's portfolio
copyright: Copyright © 2024 Edgar Conde
site_author: edconde
site_description: edconde's portfolio & projects showcase site.
site_url: https://edconde.github.io
# we deploy in github pages, so we need to set the site_dir to docs
site_dir: docs
docs_dir: mkdocs-src
repo_name: github.com/edconde
repo_url: https://github.com/edconde
theme:
name: material
logo: assets/img/logo.jpg
favicon: assets/img/icons8-resume-96.png
icon:
previous: fontawesome/solid/angle-left
next: fontawesome/solid/angle-right
language: en
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: deep-orange
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: deep-orange
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.prune
- navigation.indexes
- navigation.top
# - navigation.footer
- toc.follow
- toc.integrate
- search.suggest
- search.highlight
- search.share
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://edconde.github.io
plugins:
- search
- i18n:
docs_structure: folder
languages:
- locale: en
default: true
name: English
build: true
- locale: es
name: Español
build: true
nav_translations:
🏠 Home: 🏠 Inicio
📄 CV: 📄 CV
💼 Experience: 💼 Experiencia
🎓 Education: 🎓 Estudios
🏅 Certifications & Courses: 🏅 Certificaciones y Cursos
💻 Projects: 💻 Proyectos
🖋️ Attributions: 🖋️ Atribuciones
nav:
- '🏠 Home': 'en/index.md'
- '📄 CV':
- 'en/cv/index.md'
- '💼 Experience': 'en/cv/experience/index.md'
- '🎓 Education': 'en/cv/education/index.md'
- '🏅 Certifications & Courses': 'en/cv/training/index.md'
- '💻 Projects':
- 'en/projects/index.md'
- '📱mOUbil': 'en/projects/moubil/index.md'
- '🏀 BPR': 'en/projects/basketball-player-recommender/index.md'
- '🏃♀️ ASPA': 'en/projects/aspa/index.md'
- '🖋️ Attributions': 'en/attributions/index.md'