SchumacherFM / wordpress-to-hugo-exporter

Hugo is static site generator written in golang. Wordpress is a tool for remote access to your server ;-) ❗️Contributions welcome!
https://gohugo.io
GNU General Public License v3.0
692 stars 95 forks source link

the tag format #17

Closed hiproz closed 8 years ago

hiproz commented 8 years ago

in the official yaml format of front matter, the tag format is :

tags: ["x", "y"]

but in our export file , the tag is :

tags:

so ,i think this need to be improved

SchumacherFM commented 8 years ago

You are now a Collaborator of this project. You can directly push changes to this repo. Please be careful and don't f*\ things up. I trust you.

Please go ahead with above mentioned fix :-)

hiproz commented 8 years ago

for check the spec :http://www.yaml.org/spec/1.2/spec.html i think that it is the hugo's issue:https://github.com/spf13/hugo/issues/1761 :)