Simple static site via Eleventy, deploying to Netlify.
pnpm install- Install dependenciespnpm run dev- Build the site for dev
If you want things importing nicely (eg Last.fm) you'll need to get the .env file looking right…
pnpm run build- Build the production assetsscp -r dist jimmy@jimmyserve.com:/www/- Move it to your server*
- Other methods are possible, eg automated deploys via Github + Netlify