-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
executable file
·51 lines (47 loc) · 1.09 KB
/
_quarto.yml
File metadata and controls
executable file
·51 lines (47 loc) · 1.09 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
project:
type: website
output-dir: _site
resources:
- "img/**"
website:
favicon: img/DSI_Avatar_03.ico
title: "Data Science at Chico State"
navbar:
logo: img/DSI_Avatar_03.ico
left:
- text: About
href: about.qmd
- text: News & Events
href: news.qmd
- text: Wildcat Data Hub
href: datahub.qmd
- text: Community Coding
href: communityCoding.qmd
- text: Student Projects
href: projects.qmd
right:
- text: Campus Homepage
href: https://www.csuchico.edu/datascience/index.shtml
- icon: github
menu:
- text: Chico State Data Science
url: https://github.com/csucdsi
- text: Student Projects
url: https://github.com/DATA-490
format:
html:
highlight-style: a11y
theme:
light: Chico_Light.scss
highlight: pygments
toc: true
code-copy: false
code-overflow: scroll
callout-icon: false
page-layout: full
include-after-body: _footer.html
css: styles.css
execute:
freeze: true
echo: false
warning: false