]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/tips/yaml_setup_files.mdwn
git: Attribute reverts to the user doing the revert, not the wiki itself
[git.ikiwiki.info.git] / doc / tips / yaml_setup_files.mdwn
1 Here's how to convert your existing standard format ikiwiki setup file into
2 the new YAML format recently added to ikiwiki.
4 1. First, make sure you have the [[!cpan YAML]] perl module installed.
5    (Run: `apt-get install libyaml-perl`)
6 2. Run: `ikiwiki --setup my.setup --dumpsetup my.setup --set setuptype=Yaml`
8 The format of the YAML setup file should be fairly self-explanatory.
10 (To convert the other way, use "setuptype=Standard" instead.)
12 --[[Joey]]