-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
77 lines (69 loc) · 2 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
project:
type: website
output-dir: docs
website:
page-navigation: true
title: "Reproducible reports and presentations with Quarto and Great Tables"
description: "A Tutorial for pyOpenSci 2024"
repo-url: https://github.com/mine-cetinkaya-rundel/quarto-scipy24
repo-actions: [edit, issue]
open-graph: true
sidebar:
background: "#D1D9E3"
logo: "images/pyQuartoGT.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/mine-cetinkaya-rundel/quarto-scipy24
text: GitHub repo
- icon: code-square
href: https://code.visualstudio.com/
text: VS Code
style: docked
search: true
collapse-level: 2
contents:
- href: index.qmd
text: Home
- href: setup.qmd
text: Setup
- section: Quarto
contents:
- href: 1-1-hello/index.qmd
text: Hello
- href: 1-2-documents/index.qmd
text: Documents
- section: Great Tables
contents:
- href: 1-3-5-great-tables/index.qmd
text: Great tables with Great Tables
- section: More Quarto to explore on your own
contents:
- href: 1-3-presentations/index.qmd
text: Presentations
- href: 1-4-dashboards/index.qmd
text: Dashboards
- href: 2-1-websites/index.qmd
text: Websites
- href: 2-2-books/index.qmd
text: Books
- href: 2-3-manuscripts/index.qmd
text: Manuscripts
page-footer:
right: "This page is built with 💚 and [Quarto](https://quarto.org/)."
left: "© Copyright 2024, Mine Çetinkaya-Rundel"
background: "#D1D9E3" # Arylide Yellow
format:
html:
theme:
light: [cosmo, style/quarto-scipy24.scss]
dark: [cosmo, style/quarto-scipy24.scss, style/dark.scss]
linkcolor: "#58779b"
toc: true
code-copy: true
code-overflow: wrap
mainfont: "Atkinson Hyperlegible"
execute:
freeze: auto
echo: true