Added environments to disable livereload for production, updated readme
timstallard.me.uk
This is the code behind timstallard.me.uk, which is built using Docpad.
To run:
- You'll need Node and npm to be installed
- Install dependencies, by running
npm i
- Automagically compile the site and run a web server using
docpad run
(note: you'll need to usedocpad.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:
- Run
docpad clean
to remove dev files - Run
docpad generate --env=static
© Tim Stallard 2016
Description
Languages
CSS
46.9%
HTML
35.4%
JavaScript
13.4%
PHP
4.3%