clabornd / dmcblog

A repository to build my (Daniel Claborne) personal website using Quarto. https://clabornd.github.io/dmcblog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the repository for my blog built using quarto and deployed using github pages. The site is live at https://clabornd.github.io/dmcblog/

I wanted to learn to use quarto, and making a blog seemed like a fun way to do that!

An overview of how to make a blog like this is described in quarto's docs

I deploy using github actions, which I've found to be pretty user friendly and cool! The actions I use specific to deploying quarto are being developed on the quarto-dev github. I use quarto-dev/quarto-actions/setup@v2 and quarto-dev/quarto-actions/publish@v2. The latter creates an orphan branch that contains only the contents of the built webpage (see the gh-pages branch). In the repo settings, I tell Github pages to serve the website from that branch.

If you've somehow managed to make it here and actually read something I've posted, I'm flattered; and if you notice something factually incorrect or just generally wrong (which is ... possible), feel free to put in a pull request.

About

A repository to build my (Daniel Claborne) personal website using Quarto. https://clabornd.github.io/dmcblog/


Languages

Language:TeX 99.6%Language:CSS 0.4%