https://github.com/simonwhitaker/goo-website
https://github.com/simonwhitaker/goo-website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonwhitaker/goo-website
- Owner: simonwhitaker
- Created: 2010-06-26T07:54:10.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2013-09-28T18:01:10.000Z (over 12 years ago)
- Last Synced: 2025-01-01T02:40:52.559Z (over 1 year ago)
- Language: CSS
- Homepage: www.goosoftware.co.uk
- Size: 6.86 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
This is the code base for the Goo Software Ltd website ([www.goosoftware.co.uk](http://www.goosoftware.co.uk)).
It uses [Nanoc](http://nanoc.stoneship.org/) to build the static site contents - check it out, it's really cool.
# Installation
gem install nanoc
gem install rack
gem install mime-types
gem install kramdown
gem install builder
gem install rake
gem install bundler
gem install systemu # for rsync deployment
# Compiling the site
To compile once:
nanoc co
To test (runs a WEBBrick server and re-compiles every time a file changes):
nanoc aco
# Deployment
rake deploy