master
Joey Hess 2010-03-19 17:58:40 -04:00
parent dc128dd829
commit 9fb3409613
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
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.
--[[Joey]]