njtimgeorge / njtimgeorge.github.io

Open Source version of the GitHub Pages theme, now for Jekyll. Demo at http://pietro.menna.net.br/jekyll-architect-theme/
0 stars 0 forks source link

blog post: moving an old Wordpress site to Jekyll #4

Open njtimgeorge opened 3 years ago

njtimgeorge commented 3 years ago

ruby -r rubygems -e 'require "jekyll-import"; JekyllImport::Importers::WordpressDotCom.run({ "source" => "/export/wordpress.xml", "no_fetch_images" => false, "assets_folder" => "assets" })' 5 bash /export/import.sh 6 gem install jekyll-import sequel unidecode htmlentities mysql2 10 bash /export/import.sh 11 bundle 12 gem hpricot 13 bundle install 14 gem install hpricot 15 bash /export/import.sh 16 gem install open_uri_redirections 17 bash /export/import.sh 18 ls 19 bash /export/import.sh

process.sh