Skip to content
Snippets Groups Projects
Commit e15c96ff authored by rhatto's avatar rhatto
Browse files

Static deployment suppport

parent 17a3cd55
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,6 @@
wiki:
@ikiwiki . --rebuild www
deploy:
@rsync -avz --delete www/ blog:/var/sites/rhatto/site/
......@@ -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/',
}
[[!meta title="TODO"]]
* Signed tags / howto verify.
* Locally generated static site with [rsync](http://ikiwiki.info/plugins/rsync/) support.
* [IndieWebCamp](http://indiewebcamp.com/) agenda.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment