~artemis/cap

v0.4.1 5 months ago .tar.gz browse log

fixed the init template to reflect some older config format changes i forgot

v0.4.0 5 months ago .tar.gz browse log

embedded gemini server

v0.3.6 5 months ago .tar.gz browse log

fix: pathbuilding in redirects is absolutely shit
please never do this again ever, future Me

v0.3.5 6 months ago .tar.gz browse log

* sorting CWs (the 2023-03-31, a27fa70)
* feat(build-version): added build version, command, and metric tag (the 2023-02-26, ae022ae)

v0.3.4 7 months ago .tar.gz browse log

* fuck docker (the 2023-02-26, a39a33d)

v0.3.3 7 months ago .tar.gz browse log

windows compat

v0.3.2 7 months ago .tar.gz browse log

prometheus metrics

v0.3.1 7 months ago .tar.gz browse log

added better post-build logs

v0.3.0 7 months ago .tar.gz browse log

feat/page-redirects: added support for auto-generated page redirects

* the [redirects] config key expects a map of the path for the
  "previous page" to an object with the keys To (pointing to the
  replacement page) and Title (the title to use for the previous page).
  All paths are relative to the capsule root and will be handled as
  absolute from the capsule root.
* the dead link checker now supports checking if the values in To exist,
  using the label `[Redirect from {key}]`

v0.2.0 7 months ago .tar.gz browse log

feat/watcher-split: split + cleanup + cool stuff in the watcher

* watcher split into "content server" and "rebuild watcher"
* content servers: http
* rebuild watchers: sys notify (auto), SIGUSR1 (semi-auto)
* removed the poll watcher (replaced by sys notify)
* made auto-rebuild watchers optional on watch (new arg: `-r`)
1 / 3

Branches