diff --git a/ikiwiki.setup b/ikiwiki.setup index 17573610..9456c8a8 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -6,15 +6,15 @@ # Remember to re-run ikiwiki --setup any time you edit this file. use IkiWiki::Setup::Standard { - wikiname => "faq.eof.name", + wikiname => "sicherheit.schottelius.org", #adminuser => ["yourname", ], - adminemail => 'contact@faq.eof.name', + adminemail => 'sicherheit@schottelius.org', # Be sure to customise these.. srcdir => "/home/user/nico/zt/ikiwiki/sicherheit.schottelius.org", destdir => "/home/user/nico/zt/ikiwiki/sicherheit.schottelius.org.dst", - url => "http://faq.eof.name/", + url => "http://sicherheit.schottelius.org/", ###cgiurl => "http://example.org/wiki/ikiwiki.cgi", #templatedir => "/usr/share/ikiwiki/templates", #underlaydir => "/usr/share/ikiwiki/basewiki", @@ -93,9 +93,9 @@ use IkiWiki::Setup::Standard { ], # Default to generating rss feeds for pages with feeds? - #rss => 1, + rss => 1, # Default to generating atom feeds for pages with feeds? - #atom => 1, + atom => 1, # Allow generating feeds even if not generated by default? #allowrss => 1, #allowatom => 1,