GitHub Pages Blog with Quarto
This is another of a series of mini-posts, mostly cheatsheets for my own use. Maybe of some value for others.
Inspired by the fastpages blogs
nbdev and Quarto an End-To-End Walkthrough
From Christian Wittmann - How I created this Blog
Install the Quarto extension for VS Code.
You can preview on your local system with
quarto preview <full/path/file.name> --no-browser --no-watch-inputs
When you run
quarto publish gh-pages
your blog posts are rendered, and the rendered versions are pushed to git in branch gh-pages
To backup your local copy of the unrendered files, save to the git main branch. For details see the GitHub cheatsheet, git init 2021
[Markdown Cheat Sheet(]https://www.markdownguide.org/cheat-sheet/)