docs/publish.sh @ 790fe5ece24e

Mention themes.
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Jan 2012 20:07:28 -0500
parents e0dd03f99f3b
children a8d51959358b
#!/usr/bin/env bash

~/lib/virtualenvs/d/bin/python ../bin/d
hg -R ~/src/sjl.bitbucket.org pull -u
rsync --delete -a ./build/ ~/src/sjl.bitbucket.org/d
hg -R ~/src/sjl.bitbucket.org commit -Am 'd: Update site.'
hg -R ~/src/sjl.bitbucket.org push