As of March 5, 2025, this site is served by cloudflare.
The workflow is: I write the content in markdown (mostly), using obsidian, push the changes to github, from where cloudflare picks up the changes and builds it into static HTML pages using Quartz on Cloudflare Workers.
Attention Conservation Notice
The following is outdated information about this website. Here only for posterity.
This website is put together using a Python script1 that leverages all the following software and libraries.
The styling is a combination of bass.css, matcha.css, and pandoc’s own kate theme for syntax highlighting.
Table of contents
Software
- Python
- Pandoc .. see pandoc filters used to convert 2-square bracket bookended wiki style links to HTML links.
- SASS (for CSS)
- Basscss
- HTML Tidy
- rsync
- Make
- Sublime Text 3
- MacOS
- Ubuntu Linux
- nginx
- Algernon
- Ansible
See also: About this Website
Footnotes
-
This file is generated by running
pygmentize -O full,style=emacs,linenos=1 -f html -l python -o sitebuild.html sitebuild
↩