From: Silvio Rhatto Date: Mon, 23 Nov 2015 01:52:30 +0000 (-0200) Subject: Atualiza configuração ikiwiki X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3be1534eba69b8d8a37c5a3142ba8e7e17466bcc;p=boaspraticas.git Atualiza configuração ikiwiki --- 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}],