Wei's entertainment blog — travel, food, and reviews. Built with Pelican and the customized Attila theme. Deployed to Cloudflare Pages.
uv run inv build # Build local version of site
uv run inv rebuild # Clean build
uv run inv serve # Serve at localhost:8000
uv run inv reserve # Build then serve
uv run inv livereload # Build and serve with live reload
uv run inv clean # Remove generated files
uv run inv preview # Build production version
uv run inv style # Lint + commit style check
uv run inv format # Auto-fix lint issues
uv run inv security_check # Audit dependencies
uv run inv check_and_remove_image_exif_gps_info # Strip GPS EXIF from imagesBuild with search index:
uv run inv build --build-pagefindcontent/
posts/
cook/ # Cooking posts
review/ # Reviews
travel/ # Travel posts
pages/ # Static pages
images/ # Post images
places/ # OSM/map data
static/ # Static files excluded from article processing
extra/ # Extra static files
Deployed to Cloudflare Pages via wrangler:
wrangler pages deploy output