]> gitweb.fluxo.info Git - blog.git/commitdiff
Static deployment suppport
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Jun 2015 19:10:56 +0000 (16:10 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Jun 2015 19:10:56 +0000 (16:10 -0300)
Makefile
ikiwiki.setup
todo.mdwn

index bf579e48be76a3016c7cb42a400633bd3c2a7082..9c516b29ded278a9d77f16ee9cf6d0679abae5c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,3 +16,6 @@
 
 wiki:
        @ikiwiki . --rebuild www
+
+deploy:
+       @rsync -avz --delete www/ blog:/var/sites/rhatto/site/
index f9ff9d3f9f734bc4b187520f52f4d5ffb6addb5f..aba3e5149cbafd95aead2f203a2d1ce2ffff8b88 100644 (file)
@@ -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/',
 }
index dfe909a5471ece1f05afff45b69bd9cddcc80d92..ea90d85f017e200e0af6ea9ac54703c66aa6f095 100644 (file)
--- a/todo.mdwn
+++ b/todo.mdwn
@@ -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.