X-Git-Url: http://git.vanrenterghem.biz/www2.vanrenterghem.biz.git/blobdiff_plain/9d5cad4353459e7fa815d6a8a677037b58e69668..c812a881cd3b315a5946f6aca6a799febfa06285:/source/posts/Implementing_Webmention_on_my_blog.org diff --git a/source/posts/Implementing_Webmention_on_my_blog.org b/source/posts/Implementing_Webmention_on_my_blog.org index 991c9b3..7121ca9 100644 --- a/source/posts/Implementing_Webmention_on_my_blog.org +++ b/source/posts/Implementing_Webmention_on_my_blog.org @@ -1,15 +1,10 @@ -#+date: 2023-05-14 20:32:00 +0800 -#+opengraph2: ogimage="https://indieweb.org/File:indiewebcamp-logo-lockup-color@3x.png -#+filetags: indieweb blogging open_web +#+date: <2023-05-14 20:32:00 +0800> +#+filetags: :indieweb:blogging:open_web: #+title: Implementing Webmention on my blog -Following on from my last [[Bring_Back_Blogging][post on joining the indieweb]]... +Following on from my last [[file:Bring_Back_Blogging.org][post on joining the indieweb]]... Back in February, I implemented Webmentions on my website. I took a roll-my-own approach, borrowing from [[http://superkuh.com/blog/2020-01-10-1.html][an idea by superkuh]]. It's a semi-automated solution which listens for webmentions using nginx. When (if) one is received, an email is generated that tells me about this, allowing me to validate it's a genuine comment. -Back in February, I implemented Webmentions on my website. I took a roll-my-own approach, borrowing from [[http://superkuh.com/blog/2020-01-10-1.html][an idea by superkuh]]. It's a semi-automated solution which listens for webmentions using nginx. When (if) one is received, an email is generated that tells me about this, allowing me to validate it's a genuine comment. - -Technically, nginx logs the body of POST requests in its logfile. - -In the main configuration file `/etc/nginx/nginx.conf`, I've added +Technically, nginx logs the body of POST requests in its logfile. In the main configuration file `/etc/nginx/nginx.conf`, I've added #+BEGIN_SRC sh # Defined for Webmention logging support of www.vanrenterghem.biz