百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
W

wordpress-static-site-exporter

> 开发工具
开源

一键式 WordPress 插件,可将所有文章、页面、分类、元数据和设置转换为 Markdown 和 YAML,然后放入 Jekyll(或 Hugo 或其他)中。

1.1K stars0 点赞1 次浏览
访问官网GitHub

工具介绍

一键式 WordPress 插件,可将所有文章、页面、分类、元数据和设置转换为 Markdown 和 YAML,然后放入 Jekyll(或 Hugo 或其他)中。

Static Site 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).

View plugin in the WordPress plugin directory.

Features

  • Converts all posts, pages, and settings from WordPress to Markdown and YAML for use in Jekyll (or Hugo or any other Markdown and YAML based site engine)
  • 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
  • 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
  • Selective export: Export only specific categories, tags, or post types using WP-CLI
  • 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:

  • Changelog
  • Command-line-usage
  • Selective export by category or tag
  • Custom post types
  • Custom fields
  • Developing locally
  • Minimum required PHP version

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

PHPgithub-pagesjekyllmarkdownphp

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类开发工具
定价开源

> 相关工具

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具