-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
39 lines (34 loc) · 1.17 KB
/
_quarto.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
project:
type: website
website:
site-url: https://CarlosReyCastro.github.io # URL of the website
title: "C. Rey-Castro"
description: "Carlos Rey-Castro's personal website"
favicon: images/favicon.png
back-to-top-navigation: true
open-graph: true # https://quarto.org/docs/websites/website-tools.html#open-graph
twitter-card: true # https://quarto.org/docs/websites/website-tools.html#twitter-card
page-footer: |
© 2025 by Carlos Rey-Castro. The content of this website is licensed under
[CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v1)
![](https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-nd.png){width=60px}
# Made with ❤ and Quarto.
navbar:
left:
- text: Home
href: index.qmd
icon: house-fill
- text: About me
href: CV.qmd
icon: person-fill
format:
html:
# backgroundcolor: "#fffcef"
backgroundcolor: "#f8f9fa"
# fontcolor: "darkslategray"
linkcolor: "rgb(221, 112, 105)"
mainfont: "Source Sans Pro, sans-serif"
# mainfont: "Gill Sans, sans-serif"
fontsize: 19px
theme:
light: [journal, styles.scss]