share my fumblings in calling IkiWiki::Setup
parent
97b71834bb
commit
834489a56a
|
@ -0,0 +1,10 @@
|
|||
Maybe this is obvious, but the config variable lives in the IkiWiki module, and one probably
|
||||
wants to call defaultconfig for most applications.
|
||||
<pre>
|
||||
%IkiWiki::config=IkiWiki::defaultconfig();
|
||||
IkiWiki::Setup::load($config_file);
|
||||
print join(",",keys %IkiWiki::config);
|
||||
</pre>
|
||||
|
||||
[[DavidBremner]]
|
||||
|
Loading…
Reference in New Issue