minimalist static site generator
- create static website with markdown, coffecup[1], stylus and coffeescript
- file watcher automatically re-generates site when any file changes
- mini node.js web-server
- super minimal code-base for maximum comprehensibility
- compiler written in functional style with underscore.js
- automated uploading (rsync)
- growl notification
[1] formerly coffeekup
- Install node.js from an installer or with your favorite package manager
- Install npm (prior to installation, I recommend running
sudo chown -R $USER /usr/localso that you don't need to usesudowithnpm) - Install dependencies
npm install -g coffeescript && npm install - Install growlnotify
- Install
rsyncif you don't have it - Optionally fork secco
- Clone the repository and make it your own!
git clone [email protected]:msutherl/secco.git