diff options
-rw-r--r-- | ikiwiki_nb.setup (renamed from ikiwiki.setup) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki.setup b/ikiwiki_nb.setup index e3be550..85dd512 100644 --- a/ikiwiki.setup +++ b/ikiwiki_nb.setup @@ -69,7 +69,7 @@ use IkiWiki::Setup::Standard { # strftime format string to display date timeformat => '%c', # UTF-8 locale to use - #locale => 'en_US.UTF-8', + locale => 'nb_NO.UTF-8', # put user pages below specified page userdir => '', # how many backlinks to show before hiding excess (0 to show all) @@ -125,7 +125,7 @@ use IkiWiki::Setup::Standard { # git plugin # git hook to generate - git_wrapper => $builddir . '/git/post-update-ikiwiki', + git_wrapper => $builddir . '/git/post-update-ikiwiki-nb', # mode for git_wrapper (can safely be made suid) git_wrappermode => '06755', # gitweb url to show file history ([[file]] substituted) |