#@chmod +x bin/*
#git push web
#git annex sync
- @rsync -avz --delete www/ templates:/var/sites/templates/www/
+ @rsync -avz --delete output/ blogatico.example.org:/var/www/output/
post_receive:
git config receive.denyCurrentBranch ignore
# Remember to re-run ikiwiki --setup any time you edit this file.
use IkiWiki::Setup::Standard {
- url => "http://boaspraticas.usuario.tld",
+ url => "http://boaspraticas.example.org",
# Be sure to customise these..
- srcdir => ".",
- destdir => "www",
+ srcdir => "data",
+ destdir => "output",
# Git stuff.
rcs => "git",
# Include discussion links on all pages?
discussion => 0,
- # To exclude files matching a regexp from processing. This adds to
- # the default exclude list.
- exclude => qr/www/,
-
# To add plugins, list them here.
add_plugins => [qw{goodstuff sidebar}],