some-programs / exitwp

Exitwp is tool primarily aimed for making migration from one or more wordpress blogs to the jekyll blog engine as easy as possible.
686 stars 145 forks source link

export source links to yaml header in markdown output #63

Closed dsteinkopf closed 8 years ago

dsteinkopf commented 8 years ago

I think it is a good idea to have to original link url in the exported markdown ouput. Example:


---
author: me
comments: true
date: 2015-12-19 11:21:23+00:00
layout: post
link: https://my-url.gobal.link/2015/12/foo-bar/
...

---

foobar

I'd be happy to see this merged. Thank you. BTW. Thank you for exitwp!

thomasf commented 8 years ago

Yeah it seems to make sense to do this by default. thanks