-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
41 lines (38 loc) · 883 Bytes
/
_quarto.yml
File metadata and controls
41 lines (38 loc) · 883 Bytes
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
project:
type: website
website:
title: "Antonio Rojas Castro"
description: "Personal academic website"
site-url: https://arojascastro.github.io
navbar:
left:
- href: index.qmd
text: Home
- href: about.qmd
text: About
- href: publications.qmd
text: Publications
- href: projects/index.qmd
text: Projects
- href: teaching.qmd
text: Teaching
- href: cv.qmd
text: CV
right:
- icon: github
href: https://github.com/arojascastro
page-footer:
left: "2026 © Antonio Rojas Castro"
right:
- icon: envelope
href: mailto:antonio.rojas.castro@fu-berlin.de
aria-label: email
format:
html:
theme: flatly
toc: true
smooth-scroll: true
code-copy: true
include-in-header: _includes/google-verify.html
execute:
freeze: auto