Skip to content

Commit 4b53e8b

Browse files
committed
initial website structure
1 parent a511609 commit 4b53e8b

File tree

140 files changed

+33286
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+33286
-0
lines changed

_publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- source: project
2+
quarto-pub:
3+
- id: c9c9f4b0-65f0-4b96-b6d6-f55e83337ae9
4+
url: 'https://juliebutler.quarto.pub/stemcoding'

_quarto.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
project:
2+
type: website
3+
output-dir: docs
4+
5+
website:
6+
title: "STEMcoding"
7+
navbar:
8+
left:
9+
- href: index.qmd
10+
text: Home
11+
- about.qmd
12+
- href: people.qmd
13+
text: People
14+
15+
format:
16+
html:
17+
theme: cosmo
18+
css: styles.css
19+
toc: true
20+
21+
22+

0 commit comments

Comments
 (0)