Source for blog.nanvel.com.
uv run python scripts/build.py && python -m http.server 8000 --directory _siteOpen http://localhost:8000.
One-time script to migrate frontmatter and links to Obsidian format:
python scripts/preprocess.py # dry-run
python scripts/preprocess.py --apply # write changesPush to master — GitHub Actions builds and deploys automatically.