There are some things to consider before starting a project like that. There are some interactive aspects of this site that I need to keep working. Sending and receiving Webmentions, and allowing comments for instance. On the back-end I want to be able to keep posting through micropub, so that like now I can post from within my feedreader or my local notes directly to my site.
在开始这个计划之前需要考虑一些事情。
网站的一些互动功能我需要进一步完善。例如,发送和接收Webmentions,例如发送和接收 Webmention 以及允许用户评论;而对于后端部分,我希望能够继续通过 Micropub 发布内容,这样我就可以像现在一样,直接从我的订阅源或本地笔记中发布内容到我的网站。
我认为可以使用一种跳板/常驻机器来接管Micropub的发布需求,比如本地的树莓派或是NAS,充当一种中介的作用。当然,这意味着需要自行解决诸如NAT内网穿透/远程访问的问题,并建立CI/CD持续集成的系统。
I think a jump server can be used to take over Micropub endpoint publishing features, such as a local-lan Raspberry Pi or NAS/Home server, acting as an intermediary. Of course, this means that need to solve problems such as cross-NAT remote access by self, and get build the CI/CD release systems.
我个人认为,使用WordPress这样的动态CMS其实也自有独到之处。不同作者的需求并不同,毕竟出版作者不一定都是程序员。
我会将WordPress视作为类似Mastodon实例或是反恐精英CSGO服务器的东西,对于个人规模的发布用途,那么它的性能需求实际上比Mastodon小。
并且,对于我这样的数字艺术家,想要快速地发布想法,那么使用CMS上传媒体文件其实是会比较快捷的方式。尽管我也有在打算独立分离WP媒体库的想法。
Using a CMS like WordPress also has its unique features, that because many authors ideas logic and philosophy is difference. Must realized publisher author are maybe not programmer.
I would think of WordPress as something similar to a Mastodon instance or Counter-Strike gaming server, and for personal publishing usage, that performance occupancy are actually smaller than Mastodon.
If you’re Digital Artist (such as me) wanna fastly publish the ideas with uploads, CMS or say server endpoint is quick choose.
Although I really want to spin off WordPress’s media library.
我个人认为WordPress的CPT是一个很有意思的功能,
不过,似乎静态网站的话也可以实现?
I’m using the WordPress Custom Post Type features get build my self post types and I think that useful. But, static SSG is also can be achieve too this ideas.
Bookmarked https://desmondrivet.com/2026/07/24/static-envy-reply by .
My static site generator is Eleventy. Posts are published by committing to the main branch. I wrote a basic Micropub server which piggy backs on this mechanism to publish (i.e. it “publishes” a post by committing to the main branch). Local comments are handled with staticman.
I receive webmentions via webmention.io. All the webmentions are pulled down and integrated with the site on every build.
Sending webmentions is a bit more complicated. I have an after-build step to send out all webmentions from all posts that haven’t already been sent.
All in all – complicated but fun 🙂
I like this!


![[随想] WordPress的帖子格式 - 景の域](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7VIzvjfyrS2Go5J-koaE_86zIcei5pVoY8CiMVNp4GNi9fcbJuRFxX544OXESunv3LDP6DkagNZ4lu-wiNKZcbH-ED7xws0VFVlAEMyroGhpfWwTP2WH8LG-zN9IeTAVtgGWSqUGHEr7CJYmemIumHNf9EN3td_VWr_zXxBdN-sQ9a0XH5FhCf4wHN4E/w1200-h630-p-k-no-nu/Your%20paragraph%20text.gif)










