force umask, use tags, update dirs
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
0314e0f606
commit
95a8518b1d
1 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@ use IkiWiki::Setup::Standard {
|
||||||
adminemail => 'nico-public@at@schottelius.org',
|
adminemail => 'nico-public@at@schottelius.org',
|
||||||
|
|
||||||
# Be sure to customise these..
|
# Be sure to customise these..
|
||||||
srcdir => "/home/users/nico/privat/computer/net/netzseiten/www.nico.schottelius.org/src",
|
srcdir => "./",
|
||||||
destdir => "/home/users/nico/privat/computer/net/netzseiten/www.nico.schottelius.org/dst",
|
destdir => "../dst",
|
||||||
|
|
||||||
url => "http://www.nico.schottelius.org/",
|
url => "http://www.nico.schottelius.org/",
|
||||||
###cgiurl => "http://example.org/wiki/ikiwiki.cgi",
|
###cgiurl => "http://example.org/wiki/ikiwiki.cgi",
|
||||||
|
@ -127,7 +127,7 @@ use IkiWiki::Setup::Standard {
|
||||||
# Cost of generating a password using Authen::Passphrase::BlowfishCrypt
|
# Cost of generating a password using Authen::Passphrase::BlowfishCrypt
|
||||||
#password_cost => 8,
|
#password_cost => 8,
|
||||||
# Uncomment to force ikiwiki to run with a particular umask.
|
# Uncomment to force ikiwiki to run with a particular umask.
|
||||||
#umask => 022,
|
umask => 022,
|
||||||
# Default settings for the recentchanges page.
|
# Default settings for the recentchanges page.
|
||||||
#recentchangespage => "recentchanges",
|
#recentchangespage => "recentchanges",
|
||||||
#recentchangesnum => 100,
|
#recentchangesnum => 100,
|
||||||
|
@ -140,7 +140,7 @@ use IkiWiki::Setup::Standard {
|
||||||
#multimarkdown => 1,
|
#multimarkdown => 1,
|
||||||
|
|
||||||
# To add plugins, list them here.
|
# To add plugins, list them here.
|
||||||
add_plugins => [qw{meta}],
|
add_plugins => [qw{meta sidebar tag}],
|
||||||
#add_plugins => [qw{goodstuff search wikitext camelcase
|
#add_plugins => [qw{goodstuff search wikitext camelcase
|
||||||
# htmltidy fortune sidebar map rst anonok}],
|
# htmltidy fortune sidebar map rst anonok}],
|
||||||
# If you want to disable any of the default plugins, list them here.
|
# If you want to disable any of the default plugins, list them here.
|
||||||
|
|
Loading…
Reference in a new issue