A collection of notes gathered during my day job … mostly, as I am now retired.

Site is maintained by me, Alan Jeskins-Powell,
I can be reached by email at: alan @ 252.uk

This site is self hosted in a Linux Container on a server in my office,
running Caddy webserver,
serving Markdown pages,
pulled from a private Gitea Git repository (also hosted in a Linux Container),
converted to HTML by the Quartz static site generator (gradually replacing Hugo).
The last two steps happen automatically when changes are pushed to Git, courtesy of the Caddy Exec module.
All of the site maintenance happens in the VSCodium editor I use for just about every file edit on Windows or Linux:

  • Make a change and save it.
  • Commit it to the Git repository.
  • Push to Git
    Caddy then takes care of pulling the changes (using a Git webhook) and running Quartz to generate the site.
    Site is made public by another instance of Caddy running a reverse proxy.

Contact me by email (above) if you have a question, advice is free.
I can also be contacted on Mastodon, @AlanJP

Update Dec 2022:
Github are sunsetting Atom. Since that announcement we have moved all of our editing to VSCode.

Update Jan 2025:
Moved all our editing to VSCodium.