forked from Openscapes/quarto-website-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
61 lines (51 loc) · 1.51 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
project:
type: website
website:
page-navigation: true
title: "Making sharable documents with Quarto"
site-url: "https://openscapes.github.io/quarto-website-tutorial"
repo-url: https://github.com/openscapes/quarto-website-tutorial
repo-actions: [edit, issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-By Openscapes, 2024"
sidebar:
logo: "images/openscapes_hex.png"
pinned: true
align: center
tools:
- icon: globe
href: https://openscapes.org
text: "Openscapes.org"
- icon: github
href: https://github.com/openscapes/quarto-website-tutorial
text: "Quarto website tutorial"
- icon: twitter
href: https://twitter.com/openscapes
text: "Openscapes Twitter"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Welcome
- explore.qmd
- section: quarto-workflows/index.qmd
contents:
- quarto-workflows/browser.md
- quarto-workflows/rstudio.qmd
- quarto-workflows/jupyter.md
- learning-more.qmd
- href: transition-from-rmarkdown.qmd
text: Transition from Rmd
format:
html:
theme:
light: [cosmo, theme.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
filters:
- include-files.lua
- quarto