Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.32 KB

File metadata and controls

35 lines (22 loc) · 1.32 KB

JamesDoc.com

Simple static site via Eleventy, deploying to Netlify.

Netlify Status

What's in the box?

Getting going (dev)

  • pnpm install - Install dependencies
  • pnpm run dev - Build the site for dev

Data

If you want things importing nicely (eg Last.fm) you'll need to get the .env file looking right…

Deploying

  • pnpm run build - Build the production assets
  • scp -r dist jimmy@jimmyserve.com:/www/ - Move it to your server*
  • Other methods are possible, eg automated deploys via Github + Netlify

What's I've learnt about Eleventy: