specify underlaydir relative to current dir
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
b6fe5cd5a1
commit
d8931eb57b
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ use IkiWiki::Setup::Standard {
|
|||
###cgiurl => "http://example.org/wiki/ikiwiki.cgi",
|
||||
#templatedir => "/usr/share/ikiwiki/templates",
|
||||
#underlaydir => "/usr/share/ikiwiki/basewiki",
|
||||
underlaydir => "/home/users/nico/privat/computer/net/netzseiten/www.nico.schottelius.org/empty",
|
||||
#underlaydir => "/home/users/nico/privat/computer/net/netzseiten/www.nico.schottelius.org/empty",
|
||||
underlaydir => "../underlaydir",
|
||||
|
||||
# Subversion stuff.
|
||||
#rcs => "svn",
|
||||
|
|
Loading…
Reference in a new issue