wordpress-to-jekyll-exporter

One-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Jekyll (or Hugo or any other Markdown and YAML based site engine).

GPL-3.0 License

Stars
1K
Committers
25

Bot releases are hidden (Show)

wordpress-to-jekyll-exporter - v2.4.0 Latest Release

Published by benbalter 6 months ago

New Contributors

Full Changelog: https://github.com/benbalter/wordpress-to-jekyll-exporter/compare/2.3.6...v2.4.0

wordpress-to-jekyll-exporter -

Published by benbalter about 7 years ago

  • Better Azure support (props @ohadschn)
  • Better support for relative paths (#104, props @ohadschn)
  • Ability to specify local development database password (#105, props @ohadschn)
  • Hard coded zip flags for better compatibility
  • Updated documentation
wordpress-to-jekyll-exporter -

Published by benbalter about 7 years ago

  • Add buffering on export to prevent output corruption (@assumptionsoup, #94)
  • Remove errors when no terms found (@fuzzy76, #97)
  • Fix convert_uploads to handdle HTTPS urls (@ohadschn, #95)
  • Fix for temp dir not properly being formed on Azure (@ohadschn, #95)
  • Remove dependency on Zippy (@ohadschn, #96)
  • Improved documentation
  • Add POT file
  • Require PHP >= 5.6
  • Update vendored files
wordpress-to-jekyll-exporter - v2.2.0

Published by benbalter almost 8 years ago

  • Updated dependencies to fix incompatibility with WordPress 4.6
  • Code now meets and enforces WordPress coding standards
  • Direct export of Wordpress Jetpack Markdown (#73, props @PedroLamas)
  • Include post featured image in post metadata (#76, props @PedroLamas)
  • Added more hooks (#84, props @dphiffer)
  • Dropped support for PHP < 5.5
  • Dropped support for WordPress < 4.4
wordpress-to-jekyll-exporter - v2.1.1

Published by benbalter almost 9 years ago

Fix for missing dependencies in WordPress.org distributed version (I blame SVN).

wordpress-to-jekyll-exporter - v2.1.0

Published by benbalter almost 9 years ago

  • New: Add post ID and GUID to exported metadata (#43, #45, props @kennethkalmer)
  • New: Include date in exported metadata (#61, props @blalor)
  • New: Export links as inline links, rather than references
  • New: Add support for custom post types
  • New: Support for exporting hierarchical pages
  • Improved: Export pages as files, not directories
  • Improved: Documentation fixes
  • Improved: Better error output on PHP versions < 5.3
  • Improved: Update third-party dependencies
  • Improved: Expanded and updated test suite
  • Security: Prevent CLI from being called via web
wordpress-to-jekyll-exporter - Zippy 2.1

Published by benbalter almost 10 years ago

Fix for uncaught exception on export due to Zippy incompatability (https://github.com/benbalter/wordpress-to-jekyll-exporter/issues/41)

wordpress-to-jekyll-exporter -

Published by benbalter almost 10 years ago

  • Update to latest version of Markdownify, Spyc
  • Use Zippy rather than ZipArchive
  • Use Composer to vendor dependencies
  • Automated tests
wordpress-to-jekyll-exporter - v1.3

Published by benbalter almost 10 years ago

  • Use fork of Markdownify rather than external API to convert content from HTML to markdown
  • Better memory utilization for larger sites, props @ghelleks
wordpress-to-jekyll-exporter -

Published by benbalter almost 10 years ago

  • Commmand-line support, props @ghelleks and @scribu
wordpress-to-jekyll-exporter -

Published by benbalter almost 10 years ago

  • Use WP_Filesystem for better compatability
  • 1.1.1 - Use heckyeahmarkdown to prevent PHP errors when Markdownify chokes on malformed HTML
  • 1.1.2 - clarify zip.so requirement in readme
wordpress-to-jekyll-exporter -

Published by benbalter almost 10 years ago

Initial Release