Go to file
Tim Stallard e49f4c1e56 Merge pull request #7 from TimStallard/env-livereload
Added environments to disable livereload for production, updated readme
2016-10-21 16:57:05 +01:00
src Uncommented GitHub link in footer, updated styles 2016-10-18 09:56:27 +01:00
.gitignore Implemented contact form 2016-04-12 07:56:03 +01:00
docpad.js Added environments to disable livereload for production, updated readme 2016-10-21 16:56:21 +01:00
package.json Updated package stuff 2016-09-03 17:52:05 +01:00
README.md Added environments to disable livereload for production, updated readme 2016-10-21 16:56:21 +01:00

timstallard.me.uk

This is the code behind timstallard.me.uk, which is built using Docpad.

To run:

  1. You'll need Node and npm to be installed
  2. Install dependencies, by running npm i
  3. Automagically compile the site and run a web server using docpad run
    (note: you'll need to use docpad.cmd on Windows, due to an bug, since a plain js docpad config file is being used, rather than coffeescript)

To compile the site for deployment:

  1. Run docpad clean to remove dev files
  2. Run docpad generate --env=static

© Tim Stallard 2016