-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
53 lines (45 loc) · 1.79 KB
/
_quarto.yml
File metadata and controls
53 lines (45 loc) · 1.79 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
project:
type: website
output-dir: docs
render:
- "*.qmd" # Include all .qmd files by default
- "!*.ipynb" # Exclude jupyter notebooks
- "!app.*" # Exclude Shiny apps
website:
title: "Analytics"
description: The Wasatch Front Regional Council builds consensus and enhances quality of life by developing and implementing visions and plans for a well-functioning multi-modal transportation system, livable communities, a strong economy, and a healthy environment.The Wasatch Front Regional Council builds consensus and enhances quality of life by developing and implementing visions and plans for a well-functioning multi-modal transportation system, livable communities, a strong economy, and a healthy environment.
favicon: "https://raw.githubusercontent.com/WFRCAnalytics/wfrcanalytics.github.io/main/assets/logo/abbreviated/WFRC_logo_abbreviated_white_transparent.png"
site-url: 'https://wfrcanalytics.github.io'
navbar:
logo: "https://raw.githubusercontent.com/WFRCAnalytics/wfrcanalytics.github.io/main/assets/logo/abbreviated/WFRC_logo_abbreviated_white_transparent.png"
logo-alt: 'WFRC site theme-based logo'
execute:
eval: true
jupyter: python3
format:
html:
theme:
light: flatly
dark: darkly
respect-user-color-scheme: true
fig-width: 8.4
fig-height: 5.44
fig-responsive: true
toc: true
number-sections: true
number-depth: 2
html-math-method: katex
code-link: true
code-tools: true
code-fold: true
code-summary: "Show the code"
# fig-width: 8
# fig-height: 5
# out-width: "100%"
# fig-align: center
resources:
- "_output/*.csv"
title-block-banner: true
# freeze computational output
# (see https://quarto.org/docs/projects/code-execution.html#freeze)
freeze: auto