posativ / acrylamid

(unmaintained) static blog generator in python with incremental rendering ⛺
http://posativ.org/acrylamid/
Other
277 stars 40 forks source link

Import task fixes #190

Closed geekman closed 10 years ago

geekman commented 10 years ago

I'm trying to migrate my existing Wordpress blog and have encountered a few issues which I'm addressing here.

posativ commented 10 years ago

I'm not sure about the filter header... especially when you do not reconverse HTML (probably because html2text fails and pandoc is hard to install due to Haskell/GHC).

posativ commented 10 years ago

Merged with a note to include -a "filter: html" when importing without reconversion.

geekman commented 10 years ago

I'm converting the HTML in Wordpress to Markdown. The problem is, having filter: markdown in every post overrides the filter settings in conf.py, which has +codehilite+.... I was spending quite a bit of time debugging this issue, wondering why my code wasn't getting highlighted.