-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
34 lines (30 loc) · 783 Bytes
/
Copy path_quarto.yml
File metadata and controls
34 lines (30 loc) · 783 Bytes
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
project:
type: website
output-dir: docs
website:
title: "Data Warriors Student Project"
description: "Investigation of municipal snow removal services and access to education in Syracuse"
# Navigation Bar Configuration
navbar:
background: primary
# Primary Logo
logo: images/data_warriors_logo.png
# Supporting Logos on the right
right:
- icon: github
href: https://github.com/abnerbog/syracuse-snow-school-access
# - image: images/data_warriors_logo.png
# height: 30px
# - image: images/supporting_logo_2.png
# height: 30px
format:
html:
theme: cosmo
toc: true
toc-expand: true
code-fold: true
code-summary: "Show the code"
execute:
echo: false
warning: false
message: false