Dokuwiki: Difference between revisions

imported>Onny
Add information about templates
imported>Onny
mNo edit summary
Line 38: Line 38:


in {
in {
   services.dokuwiki.sites."localhost".templates = [ dokuwiki-template-mindthedark ];
   services.dokuwiki.sites."localhost" = {
    templates = [ dokuwiki-template-mindthedark ];
    extraConfig = ''
      $conf['template'] = "mindthedark";
    '';
  };
};
};
</nowiki>}}
</nowiki>}}