This repository contains a simple zensical-based website for the Ethereum Foundation STEEL Team.
Serve the page locally:
uv run zensical serveRun the same checks as CI via:
uvx toxNote: for the check-links environment, install lychee, see Prerequisites.
The available environments can be listed via:
uvx tox -laOutputs:
uv # check uv.lock file is up-to-date
spellcheck # spellcheck markdown
build # build with zensical
check-links # check links; requires lychee