summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-04-09 12:46:15 +0200
committerJonas Smedegaard <dr@jones.dk>2008-04-09 12:46:15 +0200
commit96c533e05f65c09317936882bc8af8929e1e0688 (patch)
tree63706998886e8e7af9e6888916cc5845efea396c /ikiwiki.setup
parentd7a1b2d2964a4cf0c9baed8dcfd1081b995ccca9 (diff)
Grundopsætning kopieret fra golearn.biks.dk.
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup29
1 files changed, 17 insertions, 12 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 407a043..494580f 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -6,17 +6,20 @@
# Remember to re-run ikiwiki --setup any time you edit this file.
use IkiWiki::Setup::Standard {
- wikiname => "MyWiki",
+ wikiname => "Sukker",
#adminuser => ["yourname", ],
- adminemail => 'me@example.org',
+ adminemail => 'webmaster@jones.dk',
# Be sure to customise these..
- srcdir => "/home/debian/private_webdata/sukker/content",
- destdir => "/home/debian/public_websites/sukker.biks.dk",
+ srcdir => $ENV{'HOME'} . "/private_webdata/sukker/content_dummy",
+ destdir => $ENV{'HOME'} . "/public_websites/sukker.biks.dk",
url => "http://sukker.biks.dk",
#cgiurl => "http://example.org/ikiwiki.cgi",
#templatedir => "/usr/share/ikiwiki/templates",
+ underlaydirs => [
+ $ENV{'HOME'} . "/private_webdata/sukker/content",
+ ],
#underlaydir => "/usr/share/ikiwiki/basewiki",
# Subversion stuff.
@@ -87,15 +90,15 @@ use IkiWiki::Setup::Standard {
# # Note that this will overwrite any existing
# # post-update hook script, which may not be
# # what you want.
- wrapper => "/home/debian/public_websites/source.jones.dk/sukker_content.git/hooks/post-update-sukker",
+ wrapper => $ENV{'HOME'} . "/public_websites/source.jones.dk/sukker_content.git/hooks/post-update-sukker",
wrappermode => "06755",
},
],
# Default to generating rss feeds for blogs?
- #rss => 1,
+ rss => 1,
# Default to generating atom feeds for blogs?
- #atom => 1,
+ atom => 1,
# Allow generating feeds even if not generated by default?
#allowrss => 1,
#allowatom => 1,
@@ -130,12 +133,11 @@ use IkiWiki::Setup::Standard {
#recentchangesnum => 100,
# To add plugins, list them here.
- #add_plugins => [qw{goodstuff search wikitext camelcase
- # htmltidy fortune sidebar map rst anonok}],
+ add_plugins => [qw{goodstuff httpauth typography sidebar favicon graphviz}],
# If you want to disable any of the default plugins, list them here.
- #disable_plugins => [qw{inline htmlscrubber passwordauth openid}],
- # To add a directory to the perl search path, use this.
- #libdir => "/home/me/.ikiwiki/",
+ disable_plugins => [qw{passwordauth openid}],
+ # To add a directory to the perl searh path, use this.
+ libdir => "/home/debian/private_webdata/sukker/perl",
# For use with the tag plugin, make all tags be located under a
# base page.
@@ -154,4 +156,7 @@ use IkiWiki::Setup::Standard {
# mirror1 => "http://hostname1",
# mirror2 => "http://hostname2/mirror",
#},
+
+ # Avoid english-only Text::Typography hyphen conversion
+ typographyattributes => 'ie',
}