File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ contact: 'jose_nino@ucsb.edu' # FIXME
6868episodes :
6969- hello-scraping.md
7070- a-real-website.md
71+ - dynamic-websites.md
7172
7273# Information for Learners
7374learners :
Original file line number Diff line number Diff line change 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/
You can’t perform that action at this time.
0 commit comments