ETC5523: Communicating with Data
Tutorial 4
🎯 Objectives
- use Quarto for creating reproducible documents
- make blog websites using Quarto
- share webpage and websites on public domains with Quarto Pubs, GitHub Pages or Netlify
Preparation
- Install the latest RStudio IDE
- Install the latest Quarto CLI
- (Optional) Make a (free) account at https://quartopub.com/ if you want to share your website via Quarto Pub.
- (Optional) Make a (free) account at https://www.netlify.com/ if you want to share your website via Netlify.
Note: there will be no tutorial solution this week as the task is about getting you set up for making a website using Quarto.
🌐️ Exercise 4A
Construct a data story using Quarto
Convert your assignment 1 into a Quarto document. The YAML below may be helpful:
---
title: "My story title"
author: "Your name"
format: html
---
🌐️ Exercise 4B
Make a blog website using Quarto
Create a blog website with Quarto, as shown in lecture recording. Add the data story you constructed in Exercise 4A as a blog post.
🌐️ Exercise 4C
Publish your blog website
Publish your blog website constructed in Exercise 4B using either Quarto Pub, GitHub Pages or Netlify.