Closed kowey closed 8 years ago
Jasper points out Disqus should have WP comment import (if we never get around to this)
To close this issue, the following has to be done:
Hakyll.Convert.Wordpress.distill
accept a Bool
indicating if comments are to be exported. If it's True
, comments should be put into the post's body, right at the end of it (see Blogger.hs:178-184
for what I mean);Hakyll.Convert.Common
. (And while we're at it, maybe turn that Bool
into something more descriptive.) (Split out into #13)The last item of the plan (the refactoring) was split out into #13.
Most of the work is there. We should have a
DistilledComment
type perhaps. The default converter could have an option to include comments or not.