9b7bc5b dev: Clean up config.toml and bump abridge theme version
~adigitoleo pushed to ~adigitoleo/adigitoleo.srht.site git
15b9b58 dev: Don't deploy site from draft branch
~adigitoleo pushed to ~adigitoleo/adigitoleo.srht.site git
The source code for my website lives here. The website is built with zola using the abridge theme.
TODO:
Leon Bilton
$DATE
and $TAGS
, just below the H1dev = 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
.