Skip to content

Commit 39a45d9

Browse files
committed
feat(index): homepage + style
1 parent 4387986 commit 39a45d9

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

_quarto.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ format:
3434
html:
3535
theme:
3636
- cosmo
37-
- theme.scss
37+
- styles/theme.scss
38+
css:
39+
- styles/styles.css
198 KB
Loading

index.qmd

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1-
## About this tutorial
1+
**Share your research openly with a simple website**
2+
3+
In this hands-on workshop, you'll learn how to build a straightforward Quarto website to share and organise your research. You will be introduced to using GitHub, Quarto and Markdown. No prior experience is needed - we'll guide you through each step using free, open tools that make it quick and straightforward to get a site online.
4+
5+
You'll see how a website can become a powerful hub for your work: a place to share notes, methods, outputs, and updates openly and accessibly. Your site could act as a:
6+
7+
* A homepage that brings together work across a theme, programme, or research area.
8+
* A project site focused on a single study, collecting all results, any code, and outputs, and acting like an online appendix to a paper.
9+
10+
The workshop will give you **practical skills and templates you can adapt for your own research**. By the end, you'll have the foundations for your own site - and a clear sense of how open, well-documented work can make your research easier to share, reuse, and build on.
11+
12+
After the workshop, you can keep building on your site. Quarto has many possibilities, including adding blog posts, interactive figures, embedded code, galleries, teaching materials, or project updates. It's a flexible foundation that can grow with your research, learning, and collaborations - and is free and open to use and host your site.
213

314
## Contributors
415

516
## Funding
17+
18+
This course was developed as part of the [STARS project](https://pythonhealthdatascience.github.io/stars/). STARS is supported by the Medical Research Council [grant number MR/Z503915/1].
19+
20+
![](images/stars_reproduce_reuse_banner_blue.png)

styles/styles.css

Whitespace-only changes.

theme.scss renamed to styles/theme.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22
$body-bg: #faf3ef;
33
$navbar-bg: #b55338;
44
$sidebar-bg: #ca5d3f;
5-
6-
/*-- scss:rules --*/

0 commit comments

Comments
 (0)