测试github2wordpress
Contents
Warning
This article was last updated on 0001-01-01, the content may be out of date.
怎样写博客才能又轻松又好用?
我设计了两个仓库,一个用jekyll部署了静态博客,另一个作为文章的收集中心。第二个仓库还会把我的文章同步到我的wordpress和静态博客上,起到备份和引流的作用。
把github与wordpress打通 👋
用到了github actions与wordpress的xmlrpc服务,把_posts
目录下的.md
文件发送到wordpress,解析为文章。