File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,16 +2,20 @@ project:
22 type : website
33
44website :
5- title : " STARS Quarto Tutorial"
6-
5+ title : " Introduction to Quarto for Research Projects"
76 sidebar :
8- background : " #ca5d3f "
7+ title : " Introduction to Quarto for Research Projects "
98 style : " docked"
109 contents :
11- - index.qmd
10+ - text : Welcome
11+ href : index.qmd
12+ - section : " Tutorial"
13+ contents :
14+ - pages/setup.qmd
1215 - pages/examples.qmd
1316
1417format :
1518 html :
1619 theme :
17- - lumen
20+ - cosmo
21+ - theme.scss
Original file line number Diff line number Diff line change 1- ---
2- title : " STARS Quarto Tutorial"
3- ---
4-
51TODO.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ URL: https://github.com/quarto-dev/quarto-web/blob/main/docs/gallery/gallery.ejs
1414< div class = " list grid" style= " column-gap: 10px;" >
1515
1616< % for (const tile of item .tiles ) { % >
17- < div class = " card border-2 rounded-3 g-col-12 g-col-sm-6 g-col-md-4 mb-2" < %= metadataAttrs (tile) % >>
17+ < div class = " card border-2 rounded-3 g-col-12 g-col-sm-6 g-col-md-4 mb-2" style = " background-color: #ffffff; " < %= metadataAttrs (tile) % >>
1818
1919 <!-- Title and code -->
2020 < div class = " card-header py-1 px-2 border-bottom border-1 bg-light" >
Original file line number Diff line number Diff line change 1+ ---
2+ title : 1. Set-up
3+ ---
4+
5+ Plan for page:
6+
7+ create a github account
8+
9+ what is github?
10+
11+ now, lets open codespace
12+
13+ what is codespace?
14+
15+ what is rstudio?
Original file line number Diff line number Diff line change 1+ /* -- scss:defaults --*/
2+ $body-bg : #faf3ef ;
3+ $sidebar-bg : #ca5d3f ;
4+ $sidebar-fg : #ffffff ;
5+
6+ /* -- scss:rules --*/
7+ .sidebar-title {
8+ color : #ffffff ;
9+ }
You can’t perform that action at this time.
0 commit comments