diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-22 23:52:30 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-22 23:52:30 -0200 |
commit | 3be1534eba69b8d8a37c5a3142ba8e7e17466bcc (patch) | |
tree | 4b634bc7e2c57f42e1054c11112ca389236d37ec /_templates/ikiwiki | |
parent | 2ef960c7f6bf8f76766c9b91c4044853cfbb67ab (diff) | |
download | boaspraticas-3be1534eba69b8d8a37c5a3142ba8e7e17466bcc.tar.gz boaspraticas-3be1534eba69b8d8a37c5a3142ba8e7e17466bcc.tar.bz2 |
Atualiza configuração ikiwiki
Diffstat (limited to '_templates/ikiwiki')
-rw-r--r-- | _templates/ikiwiki/Makefile | 2 | ||||
-rw-r--r-- | _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}], |