-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
76 lines (67 loc) · 1.73 KB
/
_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
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
76
project:
type: website
website:
back-to-top-navigation: true
page-navigation: true
title: "GES 778, Spring 2024"
description: "Advanced Visualization and Presentation"
site-url: https://umbc-viz.github.io/ges778/
repo-url: https://github.com/umbc-viz/ges778.git
repo-actions: [edit, issue, source]
reader-mode: false
sidebar:
style: "docked"
search: true
tools:
- icon: github
href: https://github.com/umbc-viz/ges778.git
text: "GitHub"
- icon: code-slash
href: https://github.com/umbc-viz/justviz.git
text: "justviz package"
contents:
- section: "Overview"
contents:
- index.qmd
- syllabus.qmd
- readings.qmd
- decision_checklist.qmd
- "---"
- section: "Weekly notes"
contents: "weeks/*.qmd"
# contents:
# - weeks/00_definitions.qmd
# - weeks/01_walkthrough.qmd
- "---"
- section: "Tips & tricks"
contents: "tips/*.qmd"
- "---"
- references.qmd
footer: "[Code for this site](https://github.com/umbc-viz/ges778.git)"
# - section-bibliographies
author: Camille Seaberry
bibliography: references.bib
csl: apa.csl
citeproc: true
toc: true
date-format: long
date-modified: last-modified
highlight-style: a11y
format:
html:
theme:
light: [flatly, theme.scss, theme-light.scss]
dark: [darkly, theme.scss, theme-dark.scss]
mainfont: "Source Sans 3"
monofont: "Source Code Pro"
code-copy: true
email-obfuscation: javascript
tbl-cap-location: top
code-line-numbers: true
number-sections: false
execute:
warning: false
message: false
df-print: kable
reference-location: margin
citation-location: margin