-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
52 lines (44 loc) · 1.02 KB
/
_quarto.yml
File metadata and controls
52 lines (44 loc) · 1.02 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
output-dir: docs
resources:
- "assets/css/custom.scss"
- "assets/css/layouts.css"
website:
title: "Dr. Phil Chodrow"
google-analytics: "G-0PJKK3D50S"
navbar:
title: |
<span class="display-name"> Dr. <b>Phil Chodrow</b>
style: "floating"
collapse-level: 1
left:
- research.qmd
- teaching.qmd
- text: Group
href: research-students.qmd
- text: CV
href: https://www.philchodrow.prof/cv/cv.pdf
- faqs.qmd
- resources.qmd
- acknowledgments.qmd
- text: "Other..."
menu:
- text: My Math Autobiography
href: math-autobiography.qmd
- text: Jobs at SLACs
href: job_app.qmd
- text: What I'm Reading
href: reading.qmd
search: true
pinned: true
favicon: assets/img/favicon.png
format:
html:
theme: [cosmo, custom.scss]
css: styles.css
toc-title: ""
padding-top: "2em"
smooth-scroll: true
execute:
freeze: auto