Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Oct 18, 2008
1 parent 3310c9e commit e2cd6a3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.markdown
@@ -0,0 +1,20 @@
Statig
======

Statig is a [thor](http://github.com/wycats/thor) task to manage a static website
tracked with git. Don't expect anything fancy.

Install
-------

cd ~/web/example.org
thor install http://github.com/sr/statig/statig.rb?raw=true
wget http://github.com/sr/statig/statig.sample.yml.rb?raw=true
cp statig.sample.yml config.yml
echo "thor statig:build ../.." >> .git/hooks/post-commit

Usage
-----

$EDITOR somepage.textile
git commit -a -m "some commit message"

0 comments on commit e2cd6a3

Please sign in to comment.