Skip to content

Commit

Permalink
Edit mini lesson and UDL section
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-koenig committed Nov 30, 2023
1 parent 9a30e0c commit 56354d5
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 47 deletions.
4 changes: 2 additions & 2 deletions _freeze/labs/02_create-website/execute-results/html.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"hash": "12bb190c4a569fe91e8542f60c600ef1",
"hash": "e270b3243f86e028a135242a97b2eb4d",
"result": {
"engine": "knitr",
"markdown": "---\ntitle: \"{{< fa laptop-code >}} Lab: Create your own website!\"\nfilters:\n - ../filters/new-page-links.lua\n---\n\n::: {.cell}\n\n:::\n\n\n## Basic structure of Quarto document\n\nWe are going to create a website using a Quarto.\nQuarto documents are a mix of natural language and executed code and this pattern is called **literate programming**.\nA Quarto document usually contains:\n\n- Text formatted in Markdown.\n- Code is fenced as code chunk between ```` ```{r} ```` and ```` ``` ````.\n- Metadata as YAML with the format `key: value`. You can find metadata in the header of the document fenced by `---`, or in code chunks starting with `#|`.\n\n````{.markdown}\n---\ntitle: \"Untitled\"\nformat: html\n---\n\n## Quarto\n\nQuarto enables you to weave together content and executable code into\na finished document. To learn more about Quarto see <https://quarto.org>.\n\n```{{r}}\n#| label: calculation\n\n1 + 1\n```\n````\n\n## Steps\n\n- Open your workspace: [bit.ly/td-workspace](https://bit.ly/td-workspace).\n- Create `index.qmd`.\n- Click the \"Render\" button on top.\n- Download the output directory `_site`.\n- Open Netlify Drop: [app.netlify.com/drop](https://app.netlify.com/drop).\n- Drag and drop the downloaded `_site` onto Netlify Drop.\n- Post the link to your website in the comments below or on our Padlet: [bit.ly/td-padlet](https://bit.ly/td-padlet)\n\n## Resources\n\n- [Daring Fireball: Markdown](https://daringfireball.net/projects/markdown/)\n- [Interactive Commonmark Markdown tutorial](https://commonmark.org/help/tutorial/)\n- [Quarto documentation](https://quarto.org/)\n- [Get started with Quarto Workshop](https://rstudio-conf-2022.github.io/get-started-quarto/) inncluding the [material](https://github.com/jthomasmock/quarto-workshop) and this video:\n\n\n{{< video https://www.youtube.com/embed/yvi5uXQMvu4?si=kpSWaw19CudBB_uu >}}\n",
"markdown": "---\ntitle: \"{{< fa laptop-code >}} Lab: Create your own website!\"\nfilters:\n - ../filters/new-page-links.lua\n---\n\n::: {.cell}\n\n:::\n\n\n## Basic structure of Quarto document\n\nWe are going to create a website using a Quarto.\nQuarto documents are a mix of natural language and executed code and this pattern is called **literate programming**.\nA Quarto document usually contains:\n\n- Text formatted in Markdown.\n- Code is fenced as code chunk between ```` ```{r} ```` and ```` ``` ````.\n- Metadata as YAML with the format `key: value`. You can find metadata in the header of the document fenced by `---`, or in code chunks starting with `#|`.\n\n````{.markdown}\n---\ntitle: \"Untitled\"\nformat: html\n---\n\n## Quarto\n\nQuarto enables you to weave together content and executable code into\na finished document. To learn more about Quarto see <https://quarto.org>.\n\n```{{r}}\n#| label: calculation\n\n1 + 1\n```\n````\n\n## Steps\n\n- Open your workspace: [bit.ly/td-workspace](https://bit.ly/td-workspace).\n- Create `index.qmd`.\n- Click the \"Render\" button on top.\n- Download the output directory `_site`.\n- Open Netlify Drop: [app.netlify.com/drop](https://app.netlify.com/drop).\n- Drag and drop the downloaded `_site` onto Netlify Drop.\n- Post the link to your website in the comments below or on our Padlet: [bit.ly/td-padlet](https://bit.ly/td-padlet)\n\n## Resources\n\n- [Daring Fireball: Markdown](https://daringfireball.net/projects/markdown/)\n- [Interactive Commonmark Markdown tutorial](https://commonmark.org/help/tutorial/)\n- [Quarto documentation](https://quarto.org/)\n- [Get started with Quarto Workshop](https://rstudio-conf-2022.github.io/get-started-quarto/) including the [material](https://github.com/jthomasmock/quarto-workshop) and this video:\n\n\n{{< video https://www.youtube.com/embed/yvi5uXQMvu4?si=kpSWaw19CudBB_uu >}}\n",
"supporting": [
"02_create-website_files"
],
Expand Down
Loading

0 comments on commit 56354d5

Please sign in to comment.