Skip to content

Commit

Permalink
add deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
divad12 committed Nov 6, 2011
1 parent bc0e67a commit b173055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pygments: true
markdown: maruku
exclude: [deploy.sh]

maruku:
use_tex: true
Expand Down
4 changes: 4 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

# TODO: give --delete option to rsync
jekyll && rsync -avz _site/ dhu@david-hu.com:~/www

0 comments on commit b173055

Please sign in to comment.