-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
57 lines (48 loc) · 1.12 KB
/
_quarto.yml
File metadata and controls
57 lines (48 loc) · 1.12 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
project:
type: website
title: "RoadMap"
author: "Boris Ivan Huarachi Perez"
website:
title: "RoadMap"
navbar:
left:
- text: "DevOps"
menu:
- text: "Roadmap"
href: index.qmd
- text: "Cloud Architect"
menu:
- text: "Cloud Architect"
href: arqui.qmd
right:
- icon: github
href: "https://github.com/borizSam"
aria-label: "GitHub"
page-footer:
center:
- text: "© 2024 RoadMap · Creado por Boris Ivan Huarachi Perez"
href: "#"
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
toc: true
code-copy: true
code-overflow: wrap
metadata:
lang: es
author: "Boris Ivan Huarachi Perez"
extra-css:
- "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&family=Montserrat:wght@700&display=swap"
resources:
- styles.css
# Scripts externos (opcional si los usas activamente)
extra-scripts:
- "https://kit.fontawesome.com/a076d05399.js"
- "https://cdn.jsdelivr.net/npm/sweetalert2@11"
# Accesibilidad
accessibility:
skip_to_content: true
contrast_mode: true