Skip to content

Commit

Permalink
Merge pull request #2 from cwickham/quarto-websites
Browse files Browse the repository at this point in the history
Add details for "Quarto Websites"
  • Loading branch information
mine-cetinkaya-rundel authored Jan 24, 2024
2 parents b076a60 + 05a7ecb commit a8d0a7d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 13 deletions.
Binary file added workshops/images/charlotte-wickham.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workshops/images/emil-hvitfeldt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 26 additions & 13 deletions workshops/quarto_websites.qmd
Original file line number Diff line number Diff line change
@@ -1,35 +1,48 @@
---
title: Add workshop title here
title: Quarto Websites
author:
- name: Instructor 1 name
- name: Charlotte Wickham
affiliations:
- name: Instructor 1 affiliation
- name: Instructor 2 name (remove if single instructor)
- name: Posit, PBC
- name: Emil Hvitfeldt
affiliations:
- name: Instructor 2 affiliation
- name: Posit, PBC
description: |
1-sentence summary of workshop.
categories: [add, comma, separated, categories]
Build a website from scratch with Quarto.
categories: [Quarto, R, Python]
---

# Description

Full workshop description goes here. Multi-paragraph ok.
Do you need a professional website to showcase your work? Or have you got an idea for a website at work, but it needs to reflect your organization's brand? If you've used Quarto to produce a document, you've already got the technical skills to create a Quarto website. In this workshop, you'll learn everything else you need to build a website and customize its appearance.

# Audience
You'll get a running start by using a template we've designed to be functional and attractive, but also act as a guide for your learning. Then you'll:

* Add pages and navigation, and learn best practices for structuring your content.

* Customize the visual appearance of your site by mastering the basics of SCSS and CSS and how they apply to Quarto websites.

* Use listings, a special kind of page, to showcase related content like blog posts, projects, or talks.

By the end of the workshop you'll have built and published (if you want) a personal website, but the same tools and techniques will apply to any kind of website you might like to build.

We'll assume you've used Quarto to produce documents, but we won't assume you have any HTML, CSS/SCSS or Git/GitHub experience, nor will we assume any particular programming language (R, Python etc.) or level of programming experience.

# Audience
This course is for you if you:

- list at least
- Have used Quarto to generate documents (e.g. HTML, PDF, MS Word etc.)

- Are comfortable editing plain text documents (e.g `.qmd`) in your IDE (e.g. RStudio, Visual Studio Code etc.)

- three attributes
- Want to walk away with your own personal website

- for your target audience

# Instructor(s)

| | | |
|------------------|------------------|-------------------------------------|
| ![](images/name-lastname.jpg) | | Instructor bio, including link to homepage. |
| ![](images/charlotte-wickham.jpg) | | [**Dr. Charlotte Wickham**](http://cwick.co.nz) (she/her) is a Developer Educator on the Quarto team at Posit. As part of her job at Posit, Charlotte helps to keep [quarto.org](https://quarto.org)---a website about, and also built with, Quarto---up to date. Prior to Posit, she taught Statistics and Data Science at Oregon State University where she received awards for her in-person and online teaching. |
| ![](images/emil-hvitfeldt.png) | | [**Emil Hvitfeldt**](https://emilhvitfeldt.com/) (he/him) is a Software Engineer on the tidymodels team at Posit. Emil works on making modeling easy and intuitive with tidy tools. Outside of modeling, he is also trying to make slidecrafting a well respecting verb. |

: {tbl-colwidths="\[25,5,70\]"}

0 comments on commit a8d0a7d

Please sign in to comment.