-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
49 lines (44 loc) · 945 Bytes
/
_quarto.yml
File metadata and controls
49 lines (44 loc) · 945 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
project:
type: website
format:
html:
theme: pulse
css: styles.css
toc: true
html:
raw: true
website:
title: "DataFest 2025"
sidebar:
search: true
logo: 'images/NU_Stat_logo.png'
navbar:
collapse: true
left:
- href: signup.qmd
text: Sign Up
- href: schedule.qmd
text: Schedule
- href: panel_discussion.qmd
text: Careers in Data Science
- href: panelists_judges.qmd
text: Panelists & Judges
- href: mentors.qmd
text: Mentors
- href: participants.qmd
text: Participants
- href: winners.qmd
text: Winners
- href: pictures.qmd
text: Gallery
- href: coc.qmd
text: Rules & CoC
- href: faqs.qmd
text: FAQs
- href: sponsors.qmd
text: Sponsors
- href: contactus.qmd
text: Contact us
execute:
freeze: auto
editor: source