将Wordpress数据转换为Jekyll文件
Sep 15, 2013
这里使用的工具名为Exitwp,项目主页为https://github.com/thomasf/exitwp
安装Exitwp 必备组件
Python html2text PyYAML Beautiful soup ubuntu下安装软件:
# aptitude install python git build-essential # aptitude install python-pip python-yaml python-bs4 python-html2text # aptitude install libyaml-dev python-dev libxml2-utils 安装Exitwp git clone https://github.com/thomasf/exitwp ###使用Exitwp转换wordpress数据
…