[Falkirk] Volunteers wanted for the website

Craig Skinner skinner at britvault.co.uk
Tue Aug 18 10:31:18 UTC 2015


On 2015-08-18 Tue 09:18 AM |, Dougal Matthews wrote:
> 
> Alternatively, if I were to build it now, I would consider a static
> site generator,

Template Tookit is bloody good at this:
http://template-toolkit.org/
http://en.wikipedia.org/wiki/Template_Toolkit

> then updating the website could be as simple as sending a pull request on
> GitHub (I'd set up Travis or similar to deploy the site).

For something this small, a local CVS repo would be fine:

webmaster$ cd # /home/webmaster
webmaster$ mkdir website
webmaster$ umask 022
webmaster$ cvs checkout website
webmaster$ cd website
 ... edits ...
webmaster$ cvs commit ...
webmaster$ cvs tag ...
webmaster$ ttree (builds static html, css, & js files, deploying them in /var/www/sites/flug/)




More information about the Falkirk mailing list