File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,16 +3,32 @@ project:
33
44website :
55 title : " Introduction to Quarto for Research Projects"
6- sidebar :
6+ favicon : images/stars_logo_blue.png
7+ navbar :
78 title : " Introduction to Quarto for Research Projects"
8- style : " docked"
9+ right :
10+ - icon : github
11+ text : " GitHub"
12+ href : https://github.com/pythonhealthdatascience/quarto-tutorial
13+ announcement :
14+ icon : info-circle
15+ content : " This tutorial was developed as part of the <a href='https://pythonhealthdatascience.github.io/stars/' target='_blank'>STARS project</a>."
16+ position : below-navbar
17+ dismissable : false
18+ sidebar :
19+ style : docked
920 contents :
1021 - text : Welcome
1122 href : index.qmd
1223 - section : " Tutorial"
1324 contents :
1425 - pages/setup.qmd
1526 - pages/examples.qmd
27+ page-footer :
28+ center :
29+ - text : |
30+ Code licence: <a href="https://opensource.org/license/mit" target="_blank" rel="noopener">MIT</a>.
31+ Text licence: <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener">CC-BY-SA 4.0</a>.
1632
1733format :
1834 html :
Original file line number Diff line number Diff line change 1- TODO.
1+ ## About this tutorial
2+
3+ ## Contributors
4+
5+ ## Funding
Original file line number Diff line number Diff line change 11/* -- scss:defaults --*/
22$body-bg : #faf3ef ;
3+ $navbar-bg : #b55338 ;
34$sidebar-bg : #ca5d3f ;
4- $sidebar-fg : #ffffff ;
55
66/* -- scss:rules --*/
7- .sidebar-title {
8- color : #ffffff ;
9- }
You can’t perform that action at this time.
0 commit comments