summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--ikiwiki_da.setup (renamed from ikiwiki.setup)11
2 files changed, 9 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2399e70..cfead9b 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,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 5721896..81f0e3c 100644
--- a/ikiwiki.setup
+++ b/ikiwiki_da.setup
@@ -33,8 +33,13 @@ use IkiWiki::Setup::Standard {
# plugins to disable
disable_plugins => [],
# location of template files
- templatedir => $ENV{'HOME'} . '/private_webdata/samplewiki/templates',
+ templatedir => $ENV{'HOME'} . '/private_webdata/samplewiki/templates_l10n/da',
# base wiki source location
+ underlaydirs => [
+ #$ENV{'HOME'} . "/private_webdata/samplewiki/smiley_l10n/da",
+ $ENV{'HOME'} . "/private_webdata/samplewiki/basewiki_l10n/da",
+ ],
+ # Some plugins (smiley in particular) need non-localized master underlay
underlaydir => $ENV{'HOME'} . '/private_webdata/samplewiki/basewiki',
# display verbose messages when building?
#verbose => 1,
@@ -57,7 +62,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)
@@ -123,7 +128,7 @@ use IkiWiki::Setup::Standard {
# git plugin
# git hook to generate
- #git_wrapper => $ENV{'HOME'} . '/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki',
+ #git_wrapper => $ENV{'HOME'} . '/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki-da',
# mode for git_wrapper (can safely be made suid)
#git_wrappermode => '06755',
# gitweb url to show file history ([[file]] substituted)