aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_templates/ikiwiki/Makefile2
-rw-r--r--_templates/ikiwiki/ikiwiki.setup10
2 files changed, 4 insertions, 8 deletions
diff --git a/_templates/ikiwiki/Makefile b/_templates/ikiwiki/Makefile
index e4ba2f8..09763a9 100644
--- a/_templates/ikiwiki/Makefile
+++ b/_templates/ikiwiki/Makefile
@@ -23,7 +23,7 @@ web_deploy:
#@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
diff --git a/_templates/ikiwiki/ikiwiki.setup b/_templates/ikiwiki/ikiwiki.setup
index de1df0f..9c0c679 100644
--- a/_templates/ikiwiki/ikiwiki.setup
+++ b/_templates/ikiwiki/ikiwiki.setup
@@ -6,11 +6,11 @@
# 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",
@@ -25,10 +25,6 @@ use IkiWiki::Setup::Standard {
# 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}],