693 B
693 B
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
- Copy contactsubmit/conf.example.php to contactsubmit/conf.php, and update options as required
© Tim Stallard 2016