-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
80 lines (77 loc) · 2.04 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
77
78
79
80
project:
type: website
output-dir: docs
preview:
port: 5896
browser: true
render:
- "*.qmd"
resources:
- "showcase/"
- "CNAME"
website:
title: "Intro to Programming for Analytics"
site-url: https://p4a.seas.gwu.edu/
favicon: images/favicon.ico
repo-url: https://github.com/emse-p4a-gwu/
description: 'Course website for the EMSE course "Exploratory Data Analysis" at GWU'
search: true
open-graph:
locale: es_ES
site-name: https://p4a.seas.gwu.edu/
twitter-card:
creator: "@johnhelveston"
site: "@johnhelveston"
image: "images/logo_square.png"
card-style: summary
navbar:
title: ""
left:
- text: "Select Section"
menu:
- text: "Fall 2019"
href: http://p4a.seas.gwu.edu/2019-Fall/
- text: "Fall 2020"
href: http://p4a.seas.gwu.edu/2020-Fall/
- text: "Spring 2022"
href: http://p4a.seas.gwu.edu/2022-Spring/
- text: "Spring 2023"
href: http://p4a.seas.gwu.edu/2023-Spring/
- text: "Spring 2024"
href: http://p4a.seas.gwu.edu/2024-Spring/
right:
- icon: list
menu:
- text: About
icon: question-circle-fill
href: about.qmd
- text: License
icon: award-fill
href: LICENSE.qmd
- text: Contact
icon: envelope-fill
href: mailto:[email protected]
- text: Source files
icon: github
href: https://github.com/emse-p4a-gwu/
page-footer:
center:
- text: "<a href='https://p4a.seas.gwu.edu/LICENSE.html'>LICENSE: CC-BY-SA {{< fa creative-commons-sa >}} <i class='fab fa-creative-commons'></i><i class='fab fa-creative-commons-by'></i><i class='fab fa-creative-commons-sa'></i></a>"
format:
html:
theme: cyborg
css: styles.css
anchor-sections: true
smooth-scroll: true
link-external-newwindow: true
link-external-icon: false
execute:
echo: false
warning: false
message: false
knitr:
opts_chunk:
comment: "#>"
fig-retina: 3
toc: true
toc-location: right