~adigitoleo/adigitoleo-website

Website sauce

9b7bc5b dev: Clean up config.toml and bump abridge theme version

14 days ago

15b9b58 dev: Don't deploy site from draft branch

14 days ago

The source code for my website lives here. The website is built with zola using the abridge theme.

TODO:

  • Make 'author' field auto-populate in RSS entry metadata
  • Change colors
  • Upload better photo
  • Add separators between Leon Bilton $DATE and $TAGS, just below the H1
  • Add favicon
  • Add shortcode to handle citations?
  • Change copyright line or remove?
  • Look up how to stop AI from crawling us with robots.txt, and then set dev = false in config.toml

To get updates for the abridge theme, do something like:

git submodule update --recursive
cd themes/abridge
git fetch --auto-gc
git merge <tagged-ref>
git merge <patch-ref>

Then compare files in themes/abridge to those in the project root, and make updates accordingly, mainly to config.toml, sass/* and templates/* (e.g. use (Neo)Vim's :diffsplit). Also copy over the new package_abridge.js and package.json.

Website build status: builds.sr.ht status