fake an underlay directory
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
7ccfd9e3e3
commit
121dbe1761
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ use IkiWiki::Setup::Standard {
|
||||||
###cgiurl => "http://example.org/wiki/ikiwiki.cgi",
|
###cgiurl => "http://example.org/wiki/ikiwiki.cgi",
|
||||||
#templatedir => "/usr/share/ikiwiki/templates",
|
#templatedir => "/usr/share/ikiwiki/templates",
|
||||||
#underlaydir => "/usr/share/ikiwiki/basewiki",
|
#underlaydir => "/usr/share/ikiwiki/basewiki",
|
||||||
|
underlaydir => "/home/users/nico/privat/computer/net/netzseiten/www.nico.schottelius.org/empty",
|
||||||
|
|
||||||
# Subversion stuff.
|
# Subversion stuff.
|
||||||
#rcs => "svn",
|
#rcs => "svn",
|
||||||
|
@ -145,6 +146,7 @@ use IkiWiki::Setup::Standard {
|
||||||
# htmltidy fortune sidebar map rst anonok}],
|
# htmltidy fortune sidebar map rst anonok}],
|
||||||
# If you want to disable any of the default plugins, list them here.
|
# If you want to disable any of the default plugins, list them here.
|
||||||
#disable_plugins => [qw{inline htmlscrubber passwordauth openid}],
|
#disable_plugins => [qw{inline htmlscrubber passwordauth openid}],
|
||||||
|
disable_plugins => [qw{smiley openid}],
|
||||||
# To add a directory to the perl search path, use this.
|
# To add a directory to the perl search path, use this.
|
||||||
#libdir => "/home/me/.ikiwiki/",
|
#libdir => "/home/me/.ikiwiki/",
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue