new tip
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 19 Mar 2010 21:58:40 +0000 (17:58 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 19 Mar 2010 21:58:40 +0000 (17:58 -0400)
doc/tips/yaml_setup_files.mdwn [new file with mode: 0644]

diff --git a/doc/tips/yaml_setup_files.mdwn b/doc/tips/yaml_setup_files.mdwn
new file mode 100644 (file)
index 0000000..4ae0de4
--- /dev/null
@@ -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]]