summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--ikiwiki_da.setup (renamed from ikiwiki.setup)4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c0c4165..76994b5 100644
--- a/Makefile
+++ b/Makefile
@@ -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 e3be550..71d1bfb 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)
@@ -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-da',
# mode for git_wrapper (can safely be made suid)
git_wrappermode => '06755',
# gitweb url to show file history ([[file]] substituted)