(notes.alex-miller.co) publish.org - Alex's Notes
ROAM_REFS: https://notes.alex-miller.co/publish/
** Overview
This is a self-documenting org-mode publishing script. It is run by executing all the source code blocks herein. The actual publish.el script just loads this file in a buffer and calls
org-babel-execute-bufferfollowed by the function that starts the publishing process.
- This is based on David Wilson's publish.el which itself is based on Pierre Neidhardt's publish.el. Huge thanks for both.
- It requires emacs v27+
- I'm using UIkit CSS framework.
- Reader comments powered by Utterances.
- There's a little bit of JavaScript, mostly for the tags used to filter and sort on the homepage.
- CI is run on GitHub actions where this is built and deployed to Netlify. It is hosted at https://notes.alex-miller.co/. See CI configuration.