Skip to content

Commit c898f29

Browse files
committed
style(quarto): restyling + adding skeleton page
1 parent 696be07 commit c898f29

5 files changed

Lines changed: 34 additions & 10 deletions

File tree

_quarto.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@ project:
22
type: website
33

44
website:
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

1417
format:
1518
html:
1619
theme:
17-
- lumen
20+
- cosmo
21+
- theme.scss

index.qmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
---
2-
title: "STARS Quarto Tutorial"
3-
---
4-
51
TODO.

pages/gallery.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

pages/setup.qmd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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?

theme.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
}

0 commit comments

Comments
 (0)