-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_quarto.yml
48 lines (43 loc) · 951 Bytes
/
_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
39
40
41
42
43
44
45
project:
type: website
output-dir: docs
render:
- "*.qmd"
resources:
- "assets"
website:
title: "JVC"
favicon: "./assets/img/jvc_favicon.png"
twitter-card: true
site-url: "https://www.jvcasillas.com"
open-graph: true
google-analytics: "UA-49437230-1"
navbar:
background: white
left:
- text: "About"
href: about.html
- text: "Research"
href: research.html
- text: "Code"
href: code.html
- text: "Teaching"
href: teaching.html
- text: "Posts"
href: blog.html
right:
- icon: github
href: https://github.com/jvcasillas
- icon: twitter
href: https://twitter.com/jvcasill
- icon: rss
href: blog.xml
page-footer:
center:
- text: "© Copyright 2024"
format:
html:
theme:
light: ./assets/css/theme-light.scss
dark: [darkly, ./assets/css/theme-dark.scss]
toc: true