Skip to content

Commit 985c046

Browse files
committed
refactor(quarto): switch to website
1 parent fa0d779 commit 985c046

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.quarto/
22
**/*.quarto_ipynb
33
docs/
4+
_site/

_quarto.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
project:
2-
type: book
3-
output-dir: docs
2+
type: website
43

5-
book:
4+
website:
65
title: "STARS Quarto Tutorial"
7-
author: "Amy Heather"
8-
chapters:
9-
- index.qmd
10-
- pages/examples.qmd
6+
7+
sidebar:
8+
background: "#ca5d3f"
9+
style: "docked"
10+
contents:
11+
- index.qmd
12+
- pages/examples.qmd
1113

1214
format:
13-
html:
14-
theme: cosmo
15+
html:
16+
theme:
17+
- lumen

0 commit comments

Comments
 (0)