blob: 4ae0de4aa543a0bf589388f2bbb114501d0fe6f2 (
plain)
Here's how to convert your existing standard format ikiwiki setup file into
the new YAML format recently added to ikiwiki.
- First, make sure you have the [[!cpan YAML]] perl module installed.
(Run:
apt-get install libyaml-perl )
- Run:
ikiwiki -setup my.setup -dumpsetup my.setup --set setuptype=Yaml
The format of the YAML setup file should be fairly self-explanatory.
--[[Joey]]
|