Commit Graph

3 Commits

Author SHA1 Message Date
Robert Lützner affe4cced4
Skip prereleases of readable.css in the CI workflow (#21)
Until now the algorithm would assume that the latest release on
Codeberg is always a final release.

There is the very real possibility of prereleases, which we've learned
today, but we can easily use jq to filter these out.

This relates to #19 and fixes #20.
2024-02-26 20:49:12 -06:00
Alice bbea1befdb
Use relative path for CSS (#16)
We should use a relative path for the CSS URL for sites that do not run from the root path (eg. https://example.com/mywebsite)
2023-05-21 13:22:50 -05:00
Robert Lützner e0098cfafd
CI: Add GitHub workflow to check for readable.css updates (#15)
This adds a workflow and accompanying script to update readable.css. The
script gets the latest tag version from the readable.css repository on
codeberg.org and compares it to the currently used version. If the
versions don't match up, we download readable.css and readable.min.css
from Codeberg and update layouts/partials/head.html.
2023-05-17 20:10:19 -05:00