immersed in the electromagnetic waves
A static site built with Pelican and the Attila theme.
Install dependencies into a local virtual environment:
uv sync| Task | Command |
|---|---|
| Build | uv run pelican content |
| Build, serve, and watch for changes | uv run pelican --listen |
| Production build | uv run pelican content -s publishconf.py |