-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
84 lines (75 loc) · 2.19 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
project:
type: website
resources:
- exercises.zip
website:
page-navigation: true
title: "Reproducible Documents, Websites, and Books with Quarto"
description: "SDSS 2023 workshops on Quarto"
favicon: "images/logo.png"
repo-url: https://github.com/mine-cetinkaya-rundel/quarto-sdss
repo-actions: [edit, issue]
open-graph: true
twitter-card:
creator: "@minebocek"
image: "images/twitter-card.png"
sidebar:
background: "#CCD951"
logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/mine-cetinkaya-rundel/quarto-sdss
text: "GitHub organization"
- icon: code-square
href: https://posit.cloud/spaces/377666/join?access_code=kp0V37Moc2WynUu8xZc_9c-sGFuEAqfDvXdhWTEX
text: "Posit Cloud"
style: docked
search: true
collapse-level: 2
contents:
- href: index.qmd
text: Home
- href: pre-work.qmd
text: Pre-work
- text: "---"
- section: "Producing a Single Document"
contents:
- href: 1-1-hello-quarto/index.qmd
text: Hello Quarto
- href: 1-2-documents/index.qmd
text: Documents
- href: 1-3-presentations/index.qmd
text: Presentations
- href: 1-4-articles/index.qmd
text: Articles
- href: 1-5-wrap-up/index.qmd
text: Wrap-up
- text: "---"
- section: "Producing Websites and Books"
contents:
- href: 2-1-websites/index.qmd
text: Websites
- href: 2-2-books/index.qmd
text: Books
- href: 2-3-miscellaneous/index.qmd
text: Miscellaneous
- href: 2-4-wrap-up/index.qmd
text: Wrap-up
page-footer:
right: "This page is built with 💚 and [Quarto](https://quarto.org/)."
left: "© Copyright 2023, Mine Çetinkaya-Rundel"
background: "#CCD951"
format:
html:
theme:
light: [cosmo, style/quarto-sdss.scss]
dark: [cosmo, style/dark.scss, style/quarto-sdss.scss]
toc: true
code-copy: true
code-overflow: wrap
mainfont: "Atkinson Hyperlegible"
execute:
freeze: auto
editor: visual