diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-18 16:10:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-18 16:10:56 -0300 |
commit | e15c96ffc846a0721d8b9e14d49eb04a1a0fcebd (patch) | |
tree | 2b1c4bdbf4db5675a6e58200ef091064d3758c8f | |
parent | 17a3cd556afa4b629c548d6384c963a1006884f7 (diff) | |
download | blog-e15c96ffc846a0721d8b9e14d49eb04a1a0fcebd.tar.gz blog-e15c96ffc846a0721d8b9e14d49eb04a1a0fcebd.tar.bz2 |
Static deployment suppport
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | ikiwiki.setup | 3 | ||||
-rw-r--r-- | todo.mdwn | 1 |
3 files changed, 6 insertions, 1 deletions
@@ -16,3 +16,6 @@ wiki: @ikiwiki . --rebuild www + +deploy: + @rsync -avz --delete www/ blog:/var/sites/rhatto/site/ diff --git a/ikiwiki.setup b/ikiwiki.setup index f9ff9d3..aba3e51 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -207,4 +207,7 @@ use IkiWiki::Setup::Standard { # See https://ikiwiki.info/plugins/po/ #po_master_language => 'en|English', #po_slave_languages => [ 'pt|Portuguese' ], + + # See http://ikiwiki.info/plugins/rsync/ + #rsync_command => 'rsync -qa --delete . user@host:/path/to/docroot/', } @@ -1,5 +1,4 @@ [[!meta title="TODO"]] * Signed tags / howto verify. -* Locally generated static site with [rsync](http://ikiwiki.info/plugins/rsync/) support. * [IndieWebCamp](http://indiewebcamp.com/) agenda. |