]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blobdiff - source/posts/Implementing_Webmention_on_my_blog.org
Gebruik geen spaties in tags.
[www2.vanrenterghem.biz.git] / source / posts / Implementing_Webmention_on_my_blog.org
index e412cff8393526e6b9d251f69964fe518779f0b0..7121ca935e4effb9ccd9ae63a9a4a87c6259487a 100644 (file)
@@ -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:
+#+filetags: :indieweb:blogging:open_web:
 #+title: Implementing Webmention on my blog
 
-Following on from my last [[file:Bring_Back_Blogging.org][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