-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_quarto.yml
More file actions
38 lines (36 loc) · 918 Bytes
/
_quarto.yml
File metadata and controls
38 lines (36 loc) · 918 Bytes
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
project:
type: website
render:
- demo.qmd
- demo-Rmd.Rmd
- index.qmd
- python-in-RStudio.Rmd
- license.qmd
website:
site-url: https://computing.stat.berkeley.edu/tutorial-dynamic-docs
sidebar:
style: docked
title: "SCF Dynamic Documents Tutorial"
logo: assets/img/logo.svg
logo-href: https://statistics.berkeley.edu
logo-alt: "UC Berkeley Statistics logo"
tools:
- icon: github
href: https://github.com/berkeley-scf/tutorial-dynamic-docs
aria-label: GitHub
contents:
- href: index.qmd
text: Overview
- href: demo.qmd
text: Quarto output example
- href: demo-Rmd.Rmd
text: R Markdown output example
- href: python-in-RStudio.Rmd
text: Python chunks in RStudio
- href: license.qmd
text: License
format:
html:
theme: cosmo
css: assets/styles.css
toc: true