Making Websites & Blogs
Blogs & Slides Only
Creating a blog with Quarto in 10 steps
By Beatriz Milz
Added Sun April 30th 2023
What is this?
Excerpt from blog: I'm going to write about some of the steps that you need to take to create a blog with Quarto.
- Link to blog here: https://beamilz.com/posts/2022-06-05-creating-a-blog-with-quarto/en/
How to make your own website for free in under an hour
By Quintana 💯
What is this?
Excerpt from blog: This tutorial will walk you through how to make your own website for free using the blogdown package in RStudio.
- Link to blog here(2019): https://www.dsquintana.blog/free-website-in-r-easy/
- Updated blog here (2020): https://www.dsquintana.blog/create-an-academic-website-free-easy-2020/
- Link to video here: https://www.youtube.com/watch?v=ox_Ue9yzf-0
The ultimate guide to starting a Quarto blog
By Albert Rapp
Added Sun April 30th 2023
What is this?
Excerpt from blog: Today, I want to show you how to build a blog with Quarto. This in-depth guide is the result of hours of working with Quarto's amazingly detailed documentation. Hopefully, it will save you a lot of time and helps you start your own blog. Here's what we will cover:
Using GitHub Actions to Build your Hugo Website
Added Sun June 6th 2021
What is this?
Excerpt from blog: What we want is Github Actions to run certain operations on a set schedule, build our website with hugo, and then trigger a Netlify deployment. In particular, we want to render the content/about.Rmd and knit my CV which is located in content/about/resume/am_mowinckel_cv.Rmd, and not commit these to git, just have them rendered right before Hugo build