summaryrefslogtreecommitdiffstats
path: root/commands/convert.go
AgeCommit message (Collapse)Author
2015-11-23Change the license to Apache 2.0Steve Francia
2015-10-12Apply project wide go fmtBjørn Erik Pedersen
2015-08-04Improve formatting of Hugo command descriptionsAnthony Fok
Trying to make them look good both in the terminal (`hugo help [command]`) and in the web browser (http://gohugo.io/commands/). :-)
2015-03-06Fix some Go Lint errorsbep
2014-11-19Added a new command `hugo list drafts` and `hugo list future`spf13
2014-11-18Fix broken convertbep
The front matter convert-feature didn't work. It placed converted content in the wrong directory. This commit fixes this by doing the smallest and safest change possible; the path logic here should maybe be revisited and generalized. Fixes #643
2014-11-13converted path 2 filepathJoel Scoble
2014-10-16Big refactor of how source files are used. Also added default destination ↵spf13
extension option.
2014-08-18added evaluation for toml for metadataformat date handlingJoel Scoble
2014-05-29Updating Convert to handle dates properly for yaml and jsonspf13
Fix bug with YAML & JSON with handling dates with 'new' and 'convert'
2014-05-02More feedback where errors happen during metadata conversionspf13
2014-05-01Adding a command that enables converting site to a different metadata format.spf13
Doing this revealed some bugs in the encoding functionality in some of the underlying libraries. Please backup before using.