aboutsummaryrefslogtreecommitdiff
path: root/_templates/ikiwiki/ikiwiki.setup
diff options
context:
space:
mode:
Diffstat (limited to '_templates/ikiwiki/ikiwiki.setup')
-rw-r--r--_templates/ikiwiki/ikiwiki.setup10
1 files changed, 3 insertions, 7 deletions
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}],