Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 396 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 396 Bytes

Wordpress export of opendatacommons.org on April 8 2018 together with the conversion to a jekyll structure.

Conversion to jekyll done via http://import.jekyllrb.com/docs/wordpressdotcom/ and used the following script:

require "jekyll-import";
JekyllImport::Importers::WordpressDotCom.run({
	"source" => "wordpress.xml",
	"no_fetch_images" => false,
	"assets_folder" => "assets"
})