From 3be1534eba69b8d8a37c5a3142ba8e7e17466bcc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 22 Nov 2015 23:52:30 -0200 Subject: Atualiza configuraĆ§Ć£o ikiwiki MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _templates/ikiwiki/Makefile | 2 +- _templates/ikiwiki/ikiwiki.setup | 10 +++------- 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}], -- cgit v1.2.3