blob: e8ab4f1444c915a6d827f4871a85a017063ce2b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Here's how to convert your existing standard format ikiwiki setup file into
the new YAML format recently added to ikiwiki.
1. First, make sure you have the [[!cpan YAML]] perl module installed.
(Run: `apt-get install libyaml-perl`)
2. Run: `ikiwiki -setup my.setup -dumpsetup my.setup --set setuptype=Yaml`
The format of the YAML setup file should be fairly self-explanatory.
(To convert the other way, use "setuptype=Standard" instead.)
--[[Joey]]
|