-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
39 lines (37 loc) · 1.12 KB
/
_quarto.yml
File metadata and controls
39 lines (37 loc) · 1.12 KB
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
project:
type: website
website:
title: "Introduction to Quarto for Research Projects"
favicon: images/stars_logo_blue.png
navbar:
title: "Introduction to Quarto for Research Projects"
right:
- icon: github
text: "GitHub"
href: https://github.com/pythonhealthdatascience/quarto-tutorial
announcement:
icon: info-circle
content: "This tutorial was developed as part of the <a href='https://pythonhealthdatascience.github.io/stars/' target='_blank'>STARS project</a>."
position: below-navbar
dismissable: false
sidebar:
style: docked
contents:
- text: Welcome
href: index.qmd
- section: "Tutorial"
contents:
- pages/setup.qmd
- pages/examples.qmd
page-footer:
center:
- text: |
Code licence: <a href="https://opensource.org/license/mit" target="_blank" rel="noopener">MIT</a>.
Text licence: <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener">CC-BY-SA 4.0</a>.
format:
html:
theme:
- cosmo
- styles/theme.scss
css:
- styles/styles.css