-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
75 lines (69 loc) · 1.76 KB
/
_quarto.yml
File metadata and controls
75 lines (69 loc) · 1.76 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
66
67
68
69
70
71
72
73
74
75
project:
type: website
output-dir: _site
# pre-render: uvx quartofetch --config ./research/_paper_sources.yml --log-file ./research/quartofetch.log
render:
- "*.qmd"
- "*.ipynb"
- "!*.Rmd"
bibliography: FellowshipRefs2.bib
website:
title: "Andrew Mitchell"
description: "Personal website of Andrew Mitchell"
site-url: https://drandrewmitchell.com/
repo-url: https://github.com/MitchellAcoustics/quarto-website
# google-analytics: "G-Y7YLFF5F90"
open-graph: true
# favicon: favicon.png
twitter-card:
creator: "@acousticsman"
site: "@acousticsman"
card-style: "summary_large_image"
navbar:
# background: dark
# foreground: light
left:
- text: "Home"
file: index.qmd
- text: "About"
file: about.qmd
- sidebar:research
- text: "Software"
file: software.qmd
- text: "Resources"
file: resources.qmd
- text: "Blog"
file: blog.qmd
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/MitchellAcoustics/quarto-website
- text: Report a bug
url: https://github.com/MitchellAcoustics/quarto-website/issues
sidebar:
- id: research
title: "Research"
contents:
- text: "Open Source Papers"
file: research/papers.qmd
- text: "Talks"
file: research/presentations.qmd
- text: "List of Publications"
file: research/list-of-pubs.qmd
format:
html:
theme:
light: flatly
dark: superhero
css: styles.css
toc: true
toc-depth: 4
toc-title: "Contents"
html-math-method: katex
include-in-header:
- includes.html
highlight-style: tango
smooth-scroll: true
render:
freeze: auto