ikiwiki/doc/tips/yaml_setup_files.mdwn

13 lines
458 B
Plaintext
Raw Normal View History

2010-03-19 22:58:40 +01:00
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`)
2011-10-31 16:48:18 +01:00
2. Run: `ikiwiki --setup my.setup --dumpsetup my.setup --set setuptype=Yaml`
2010-03-19 22:58:40 +01:00
The format of the YAML setup file should be fairly self-explanatory.
2010-06-15 21:15:39 +02:00
(To convert the other way, use "setuptype=Standard" instead.)
2010-03-19 22:58:40 +01:00
--[[Joey]]