-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
45 lines (41 loc) · 1.04 KB
/
_quarto.yml
File metadata and controls
45 lines (41 loc) · 1.04 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
project:
type: website
output-dir: docs
website:
title: "Data Visualization with ggplot"
twitter-card: true
sidebar:
background: primary
# logo: "images/logo.png"
search: true
align: center
tools:
- icon: github
href: https://github.com/Arvindiyer/data_visualization_with_ggplot
text: GitHub
style: docked
contents:
- href: index.qmd
text: Course Description
- href: schedule.qmd
text: Schedule
- section: Materials
contents:
- text: Introduction
href: materials/introduction.qmd
- href: https://github.com/Arvindiyer/data_visualization_with_ggplot/discussions
text: Discussions Forum
# page-footer:
# border: false
# center: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
# right: "© Copyright 2024, Arvind Iyer"
# background:
back-to-top-navigation: true
format:
html:
theme: journal
css: styles.css
toc: true
editor: visual
execute:
freeze: auto