All Projects → benbalter → Wordpress To Jekyll Exporter

benbalter / Wordpress To Jekyll Exporter

Licence: gpl-3.0
One-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Jekyll

Projects that are alternatives of or similar to Wordpress To Jekyll Exporter

Cavalcade
A better wp-cron. Horizontally scalable, works perfectly with multisite.
Stars: ✭ 412 (-56.68%)
Mutual labels:  wp-cli, wordpress, wordpress-plugin
Stream
🗄️ Stream plugin for WordPress
Stars: ✭ 335 (-64.77%)
Mutual labels:  wp-cli, wordpress, wordpress-plugin
Pods
The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
Stars: ✭ 883 (-7.15%)
Mutual labels:  wordpress, wordpress-plugin
Wp Controllers
The OOP Developer's best friend for working with objects in WordPress
Stars: ✭ 25 (-97.37%)
Mutual labels:  wordpress, wordpress-plugin
Gutenberg
The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
Stars: ✭ 7,409 (+679.07%)
Mutual labels:  wordpress, wordpress-plugin
Fancy Product Designer Extended
Updated fancy product designer plugin
Stars: ✭ 21 (-97.79%)
Mutual labels:  wordpress, wordpress-plugin
Space Lover
Git-ified. Synced via git-svn. Magically add an extra space between Chinese characters and English letters / numbers / common punctuation marks
Stars: ✭ 24 (-97.48%)
Mutual labels:  wordpress, wordpress-plugin
Wp Structuring Markup
🔌 WordPress: Plug-in Markup (JSON-LD) structured in schema.org
Stars: ✭ 26 (-97.27%)
Mutual labels:  wordpress, wordpress-plugin
Pdpa Consent
WordPress plugin for PDPA Consent allows you to notify to the user to accept privacy terms. Comply with Thailand PDPA law.
Stars: ✭ 23 (-97.58%)
Mutual labels:  wordpress, wordpress-plugin
Wp Downloadmanager
Adds a simple download manager to your WordPress blog.
Stars: ✭ 11 (-98.84%)
Mutual labels:  wordpress, wordpress-plugin
Momtaz Nmwdhj
A WordPress forms elements API plugin.
Stars: ✭ 11 (-98.84%)
Mutual labels:  wordpress, wordpress-plugin
Builder Template Categories
Organize your Page Builder Templates in the WordPress Admin. Time saver, especially for bigger projects. Get a better and faster overview, don't get lost. Filter templates with your categories. With extended plugin & theme support.
Stars: ✭ 20 (-97.9%)
Mutual labels:  wordpress, wordpress-plugin
Mcavoy
Discover what visitors are searching for on your WordPress site.
Stars: ✭ 24 (-97.48%)
Mutual labels:  wordpress, wordpress-plugin
Wordpressplugin
Rocket.Chat.Livechat plug-in for WordPress
Stars: ✭ 23 (-97.58%)
Mutual labels:  wordpress, wordpress-plugin
Cyr2lat
Converts Cyrillic characters in post, page and term slugs to Latin characters. Useful for creating human-readable URLs.
Stars: ✭ 25 (-97.37%)
Mutual labels:  wordpress, wordpress-plugin
Dashboard Cleanup
Cleans up the WP Admin backend by disabling various core WP and WC bloat features including Automattic spam, nag notices, tracking, and other items.
Stars: ✭ 23 (-97.58%)
Mutual labels:  wordpress, wordpress-plugin
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-97.27%)
Mutual labels:  wp-cli, wordpress
Wordpress Related
WordPress codes
Stars: ✭ 15 (-98.42%)
Mutual labels:  wordpress, wordpress-plugin
Netlify Rebuild
WordPress Plugin to trigger Netlify rebuild
Stars: ✭ 19 (-98%)
Mutual labels:  wordpress, wordpress-plugin
Press Sync
The easiest way to synchronize posts, media, users and more between two WordPress sites.
Stars: ✭ 22 (-97.69%)
Mutual labels:  wordpress, wordpress-plugin

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.

Build Status PRs Welcome

View plugin in the WordPress plugin directory.

Features

  • Converts all posts, pages, and settings from WordPress for use in Jekyll
  • Export what your users see, not what the database stores (runs post content through the_content filter prior to export, allowing third-party plugins to modify the output)
  • Converts all post_content to Markdown Extra (using Markdownify)
  • Converts all post_meta and fields within the wp_posts table to YAML front matter for parsing by Jekyll
  • Generates a _config.yml with all settings in the wp_options table
  • Outputs a single zip file with _config.yml, pages, and _posts folder containing .md files for each post in the proper Jekyll naming convention
  • No settings. Just a single click.

Usage

  1. Place plugin in /wp-content/plugins/ folder
  2. Activate plugin in WordPress dashboard
  3. Select Export to Jekyll from the Tools menu

More information

See the full documentation:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].