jamesdoc / jamesdoc.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JamesDoc.com

Simple static site via Eleventy, deploying to Netlify.

Netlify Status

What's in the box?

Getting going (dev)

  • npm install - Install dev dependancies
  • npm run importReadingList - Hydrate the reading list
  • npm 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

  • npm 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:

About


Languages

Language:JavaScript 37.2%Language:Nunjucks 36.4%Language:SCSS 23.7%Language:CSS 2.6%Language:Shell 0.2%