-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
65 lines (62 loc) · 1.59 KB
/
_quarto.yml
File metadata and controls
65 lines (62 loc) · 1.59 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
58
59
60
61
62
63
64
65
project:
type: website
output-dir: _site
resources:
- favicon.ico
- favicon-v3.ico
- apple-touch-icon.png
- apple-touch-icon-v3.png
- assets/favicon.svg
render:
- index.qmd
- bio.qmd
- projects.qmd
- migration-sentiment-digital-technology-ai.qmd
- human-mobility-and-hazards.qmd
- papers.qmd
- courses.qmd
- blog.qmd
- talks.qmd
- resources.qmd
website:
title: "Francisco Rowe"
site-url: "https://franciscorowe.com"
favicon: assets/favicon.svg
navbar:
background: "#f4eee4"
foreground: "#1f2a37"
pinned: true
left:
- href: projects.qmd
text: Project
- href: papers.qmd
text: Publications
- href: courses.qmd
text: Courses
- href: blog.qmd
text: Blog
- href: talks.qmd
text: Talks
- href: resources.qmd
text: Resources
page-footer:
left: "© 2026 Francisco Rowe"
right: "<i class='bi bi-code-slash' aria-hidden='true'></i> Built with Quarto + R + Codex!"
format:
html:
theme:
- flatly
- assets/styles.scss
include-in-header:
text: |
<link rel="icon" href="/favicon.ico?v=4" sizes="any">
<link rel="shortcut icon" href="/favicon.ico?v=4" type="image/x-icon">
<link rel="icon" href="/favicon-v3.ico" sizes="any">
<link rel="icon" href="/assets/favicon.svg?v=4" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png?v=4">
toc: false
anchor-sections: false
smooth-scroll: true
include-after-body: assets/menu.html
execute:
freeze: auto