diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | ikiwiki_da.setup (renamed from ikiwiki.setup) | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ ikiwiki_MODULES = templates basewiki smiley directives #dummy_MODULES = content_dummy # uncomment this when ikiwiki.setup is configured for the local environment -#CONFIGS = ikiwiki.setup +#CONFIGS = ikiwiki_da.setup # Everything after this is generic diff --git a/ikiwiki.setup b/ikiwiki_da.setup index a232a38..cf7a889 100644 --- a/ikiwiki.setup +++ b/ikiwiki_da.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 => 'da_DK.UTF-8', # put user pages below specified page userdir => '', # how many backlinks to show before hiding excess (0 to show all) @@ -135,7 +135,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-da', # mode for git_wrapper (can safely be made suid) git_wrappermode => '06755', # gitweb url to show file history ([[file]] substituted) |