Adding a command that enables converting site to a different metadata format.

Doing this revealed some bugs in the encoding functionality in some of the underlying libraries.
Please backup before using.
This commit is contained in:
spf13
2014-05-01 13:23:32 -04:00
parent 859a78e1bd
commit 3395e1cb92
2 changed files with 131 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ func AddCommands() {
HugoCmd.AddCommand(version)
HugoCmd.AddCommand(check)
HugoCmd.AddCommand(benchmark)
HugoCmd.AddCommand(convertCmd)
}
func init() {