Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

.DS_Store
/.quarto/
_freeze
_freeze/
docs/
!docs/*.md
Empty file removed .nojekyll
Empty file.
6 changes: 1 addition & 5 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,14 @@ website:
menu:
- text: "Module 1: Quarto Basics"
href: md-01-quiz.qmd
- text: "---"
- text: "More coming soon..."
right:
- icon: github
href: https://github.com/ds4owd-dev/quiz

format:
html:
theme:
- sandstone
- custom.scss
css: styles.css
- cosmo
toc: true

execute:
Expand Down
5 changes: 0 additions & 5 deletions custom.scss

This file was deleted.

8 changes: 4 additions & 4 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ This site contains interactive quizzes to help you learn about creating and main

## Available Quizzes

### Module 1: Quarto Basics
### [Module 1: Quarto Basics](md-01-quiz.html)

Learn the fundamentals of using Quarto for openwashdata package documentation.
```{r, include=FALSE, cache=FALSE}
knitr::read_chunk('md-01-quiz.qmd')
```

- **Topics covered:**
- YAML headers and document configuration
- Code chunks and execution options
- Data analysis integration
- Creating tables and visualizations

[**Start Module 1 Quiz →**](md-01-quiz.html)

------------------------------------------------------------------------

## How to Use These Quizzes
Expand Down
4 changes: 3 additions & 1 deletion md-01-quiz.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Module 1 Quiz: Quarto Basics for openwashdata"
format: live-html
format:
live-html:
theme: cosmo
engine: knitr
---

Expand Down
22 changes: 0 additions & 22 deletions serve.py

This file was deleted.

49 changes: 0 additions & 49 deletions styles.css

This file was deleted.