-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
36 lines (31 loc) · 876 Bytes
/
_quarto.yml
File metadata and controls
36 lines (31 loc) · 876 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
project:
type: website
website:
title: "Intro to GitHub and ShinyApps.io"
navbar:
search: true
sidebar:
contents:
- text: "Workshop Outline"
href: index.qmd
- text: "Workshop 1. GitHub Collaboration Workflows"
href: 01-github-collaboration-workflows.qmd
- text: "Workshop 2. GitHub Pages and Actions"
href: 02-github-pages-actions.qmd
- text: "Workshop 3. Deploying to Shinyapps.io"
href: 03-shinyapps-io.qmd
- section: "Resources"
contents:
- text: "Preparation and installation instructions"
href: preparation/
- text: "Markdown Reference"
href: preparation/markdown-reference.qmd
- section: "Practice"
contents: practice/*
format:
html:
theme:
- cosmo
- brand
css: styles.css
toc: true