forked from asa-quarto/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
57 lines (54 loc) · 1.42 KB
/
_quarto.yml
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
54
55
56
57
project:
type: website
website:
page-navigation: true
title: "From R Markdown to Quarto"
description: "ASA Traveling Workshop, Mid-Tennessee Chapter"
repo-url: https://github.com/asa-quarto/website
page-footer:
background: "#FEEEB6"
left: "© Copyright 2023, Mine Çetinkaya-Rundel + Andrew Bray"
center:
- icon: github
href: https://github.com/orgs/asa-quarto/repositories
right: "This page is built with 💛 and [Quarto](https://quarto.org/)."
open-graph: true
sidebar:
background: "#FEEEB6"
logo: "images/logo.png"
pinned: true
align: center
style: docked
search: true
collapse-level: 2
contents:
- href: index.qmd
text: Home
- href: pre-work.qmd
text: Pre-work
- text: "---"
- section: "In the Morning"
contents:
- href: 1-hello-quarto/index.qmd
text: Hello Quarto
- href: 2-documents/index.qmd
text: Documents
- text: "---"
- section: "In the Afternoon"
contents:
- href: 3-presentations/index.qmd
text: Presentations
- href: 4-websites/index.qmd
text: Websites
format:
html:
theme:
light: style/quarto-asa-light.scss
dark: style/quarto-asa-dark.scss
code-copy: true
code-overflow: wrap
mainfont: "Atkinson Hyperlegible"
toc: true
execute:
freeze: false
echo: true