Skip to content

Commit 9f1ff9e

Browse files
committed
hold for ep 3
1 parent 38d6c5a commit 9f1ff9e

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ contact: 'jose_nino@ucsb.edu' # FIXME
6868
episodes:
6969
- hello-scraping.md
7070
- a-real-website.md
71+
- dynamic-websites.md
7172

7273
# Information for Learners
7374
learners:

episodes/dynamic-websites.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "Dynamic websites"
3+
teaching: 30
4+
exercises: 5
5+
---
6+
7+
:::::::::::::::::::::::::::::::::::::: questions
8+
9+
- How do you write a lesson using Markdown and `{sandpaper}`?
10+
11+
::::::::::::::::::::::::::::::::::::::::::::::::
12+
13+
::::::::::::::::::::::::::::::::::::: objectives
14+
15+
- Explain how to use markdown with The Carpentries Workbench
16+
- Demonstrate how to include pieces of code, figures, and nested challenge blocks
17+
18+
::::::::::::::::::::::::::::::::::::::::::::::::
19+
20+
## To-do
21+
22+
To-do
23+
24+
::::::::::::::::::::::::::::::::::::: keypoints
25+
26+
- Use `.md` files for episodes when you want static content
27+
- Use `.Rmd` files for episodes when you need to generate output
28+
- Run `sandpaper::check_lesson()` to identify any issues with your lesson
29+
- Run `sandpaper::build_lesson()` to preview your lesson locally
30+
31+
::::::::::::::::::::::::::::::::::::::::::::::::
32+
33+
[r-markdown]: https://rmarkdown.rstudio.com/

0 commit comments

Comments
 (0)