]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/tips/yaml_setup_files.mdwn
Frohdo - new personal website added
[git.ikiwiki.info.git] / doc / tips / yaml_setup_files.mdwn
1 [[!meta date="2010-03-19 17:58:40 -0400"]]
3 Here's how to convert your existing standard format ikiwiki setup file into
4 the new YAML format recently added to ikiwiki.
6 1. First, make sure you have the [[!cpan YAML]] perl module installed.
7    (Run: `apt-get install libyaml-perl`)
8 2. Run: `ikiwiki --setup my.setup --dumpsetup my.setup --set setuptype=Yaml`
10 The format of the YAML setup file should be fairly self-explanatory.
12 (To convert the other way, use "setuptype=Standard" instead.)
14 --[[Joey]]