Skip to content

Commit 4387986

Browse files
committed
style(quarto): further styling
1 parent c898f29 commit 4387986

5 files changed

Lines changed: 24 additions & 7 deletions

File tree

_quarto.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,32 @@ project:
33

44
website:
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
1733
format:
1834
html:

images/stars_logo_blue.png

45.6 KB
Loading

images/stars_logo_white.png

31.5 KB
Loading

index.qmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
TODO.
1+
## About this tutorial
2+
3+
## Contributors
4+
5+
## Funding

theme.scss

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

0 commit comments

Comments
 (0)