Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 475 Bytes

File metadata and controls

21 lines (14 loc) · 475 Bytes

diffraction

immersed in the electromagnetic waves

A static site built with Pelican and the Attila theme.

Setup

Install dependencies into a local virtual environment:

uv sync

Usage

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