A fast static site generator with executable code blocks inspired by Zola and Quarto.
Warning: While I use Zorto for many static websites including zorto.dev, I do not consider it production-ready for usage by others yet.
Recommended:
curl -LsSf https://dkdc.sh/zorto/install.sh | shuv:
uv tool install zortocargo:
cargo install zortoYou can use uvx to run it without installing:
uvx zortozorto --help
Use {bash} or {python} in code blocks to execute them.
echo "hello"
echo "Built on $(uname -s) $(uname -m) at $(date -u '+%Y-%m-%d %H:%M UTC')"
for i in range(5):
print(i)
Tip
If you're reading elsewhere, see https://zorto.dev for the rendered results of the code blocks above.