安装教程主要参考官方中文文档http://pelican-docs-zh-cn.readthedocs.io/en/latest/importer.html
安装依赖包
安装python第三方库
pip install BeautifulSoup4 lxml
安装pandoc
去官网http://pandoc.org/installing.html
点击对应的平台,例如我是Windows平台就去https://github.com/jgm/pandoc/releases/latest下载Windows的msi安装包进行安装即可。
ubuntu:apt-get install pandoc
导入
pelican-import --wpfile -o content -m markdown posts.xml
只需要这么一句话就搞定了。
遇到的问题
- Windows下只能导入第一篇文章,不能循环导入。批量还是在unbuntu下完成的。
- xml中title是空的文章不能导入。需要手动删除。
- 默认导出的是.rst文件,这个文件在生成html时候总是出错。
- 使用参数 -m markdown即可导出markdown格式文档。
本文由三分醉博客原创,转载请注明:https://www.sanfenzui.com/wordpress-to-pelican-under-ubuntu.html
文章同步更新在知乎:三分醉 - 知乎