-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
53 lines (47 loc) · 1.24 KB
/
_quarto.yml
File metadata and controls
53 lines (47 loc) · 1.24 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
project:
type: website
title: "Daniel Amieva Rodriguez - Portfolio"
output-dir: docs
render:
- "*.qmd"
- "!AutoCV.qmd"
- "!*SUMMARY.md"
- "!*GUIDE.md"
- "!*README.md"
- "!bubble_animation_demo.qmd"
- "!bubble_animation_advanced.qmd"
resources:
- "danielamievarodriguez_cv.pdf"
- "custom.scss"
website:
title: "Daniel Amieva Rodriguez"
description: "Senior Data Engineer | AWS Cloud Architect | AI Integration Specialist"
favicon: favicon.ico
site-url: https://dar4datascience.github.io/Curriculum-Vitae/
repo-url: https://github.com/dar4datascience/Curriculum-Vitae
repo-actions: [edit, issue]
page-navigation: true
navbar:
background: "#1a1a2e"
logo: favicon.ico
title: "Daniel Amieva Rodriguez"
left:
- text: "📄 CV"
href: index.qmd
- text: "📊 Portfolio"
href: portfolio.qmd
- text: "✨ Animations"
href: animations.qmd
right:
- text: "Download PDF"
href: danielamievarodriguez_cv.pdf
icon: download
- icon: github
href: https://github.com/dar4datascience
aria-label: GitHub
format:
html:
theme:
light: [cosmo, custom.scss]
toc: false
smooth-scroll: true