diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-19 17:58:40 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-19 17:58:40 -0400 |
commit | 9fb3409613d32e447ababb99bc963867b80340e9 (patch) | |
tree | 9220b8ed6631a60e91f50f5163305365d998a984 /doc/tips | |
parent | dc128dd829bfd08dba5d6929956d9064e7d37b81 (diff) | |
download | ikiwiki-9fb3409613d32e447ababb99bc963867b80340e9.tar ikiwiki-9fb3409613d32e447ababb99bc963867b80340e9.tar.gz |
new tip
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/yaml_setup_files.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tips/yaml_setup_files.mdwn b/doc/tips/yaml_setup_files.mdwn new file mode 100644 index 000000000..4ae0de4aa --- /dev/null +++ b/doc/tips/yaml_setup_files.mdwn @@ -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]] |