Go to file
2016-11-04 23:07:16 +00:00
src Changed dependencies to vendor, may fix GitHub issue? 2016-11-04 23:07:16 +00:00
.gitignore Re-wrote email system to use an external SMTP server 2016-10-30 22:21:13 +00:00
docpad.js Changed dependencies to vendor, may fix GitHub issue? 2016-11-04 23:07:16 +00:00
package.json Added syntax highlighting with highlightjs, using agate style 2016-11-04 22:36:18 +00:00
README.md Re-wrote email system to use an external SMTP server 2016-10-30 22:21:13 +00: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
  3. Copy contactsubmit/conf.example.php to contactsubmit/conf.php, and update options as required

© Tim Stallard 2016