Intro
This blog was developed using the Quarto open source publishing system. It is hosted using the serverless, static web page hosting platform GitHub Pages.
Pre-requisites
- VSCode
- Python
Steps
- Follow these instructions to install the Quarto tool and Quarto VSCode Extension.
- Instantiate a Quarto Blog Project
- Be sure to set the
output-dirtodocsin_quarto.yml - Render the site
- Be sure to set the
- Push the project to a new GitHub repo.
- Publish the blog to GitHub Pages
Further Thoughts
It’s that easy!
I really like GitHub Pages as allows for publishing of any static site without needing to worry about provisioning servers, building an authentication system, or providing a credit card number!
Quarto obviously allows you to create blogs, but you can also generate whole websites, books, and even PowerPoints. Check out the Gallery for more inspiration!