Personal family homepage for 21 Bristoe St — Faber, Kasey, and Limón the golden retriever. Located in Meades Crossing, Taneytown, Maryland.
- Astro 6 — static site generator
- Tailwind CSS 4 — styling
- nginx — web server (Raspberry Pi)
- Let's Encrypt — SSL
npm install
npm run devOpen http://localhost:4321.
npm run build
# Output in dist/Run the deploy script from the server:
./deploy/deploy.shThis will:
- Build the site (
npm run build) - Create a timestamped backup of the current deployment
- Sync
dist/to/var/www/21bristoe.com/ - Reload nginx
LATEST_BACKUP=$(ls -td /var/www/21bristoe.com.bak-* | head -1)
sudo rm -rf /var/www/21bristoe.com
sudo mv "$LATEST_BACKUP" /var/www/21bristoe.com
sudo systemctl reload nginx- URL: https://21bristoe.com
- Server: Raspberry Pi at 192.168.1.177
- SSL: Let's Encrypt, auto-renewing via certbot