📄 Automating Sending Webmention Requests from a Static Site
Read OriginalThis article explains how to automate sending Webmention requests from a static site, similar to automating WebSub requests. It details a GitLab CI pipeline stage that detects changed posts via git diff, extracts their URLs, stores them in a file, and then sends Webmention requests using a fork of webmention.app. The process involves two stages: 'pages' for building and collecting URLs, and 'post_deploy' for sending the requests. The article includes code snippets and configuration examples.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser
Top of the Week
No top articles yet