Skip to content

Commit 3fb1fb5

Browse files
committed
feat(quarto): add skeleton site
1 parent b5149e7 commit 3fb1fb5

4 files changed

Lines changed: 27 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/.quarto/
2+
**/*.quarto_ipynb
3+
docs/

_quarto.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
project:
2+
type: book
3+
output-dir: docs
4+
5+
book:
6+
title: "STARS Quarto Tutorial"
7+
author: "Amy Heather"
8+
chapters:
9+
- index.qmd
10+
- pages/examples.qmd
11+
12+
format:
13+
html:
14+
theme: cosmo

index.qmd

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

pages/examples.qmd

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

0 commit comments

Comments
 (0)