Tag webmention
Refactoring my static generator
Recommended read: Refactoring my static generator https://petermolnar.net/article/less-features-cleaner-site/
How to Have a Conversation on the IndieWeb
Recommended read: How to Have a Conversation on the IndieWeb https://desmondrivet.com/2020/04/04/indieweb-conversation
Webmentions: Enabling Better Communication on the Internet
Recommended read: Webmentions: Enabling Better Communication on the Internet https://alistapart.com/article/webmentions-enabling-better-communication-on-the-internet/
Converting Webmentions to Push Notifications (2 mins read).
Automagically sending push notifications to my mobile phone when I receive a Webmention.
So long Disqus, hello Webmention
Recommended read: So long Disqus, hello Webmention https://nicolas-hoizey.com/2017/07/so-long-disqus-hello-webmentions.html
Sending Webmentions More Intelligently (2 mins read).
Updating my post-deployment tooling to only send Webmentions when they've not already been accepted (or rejected).
Well, I think I've cracked it - after a few weeks of on-and-off work on making my webmention sending not spam everyone (see https://www.jvt.me/posts/2019/10/30/reader-mail-webmention-spam/ ) - it's now not re-sending them if they're successful. This is a good first step, but I'll be improving it to re-send if the post's data has changed since last time it tried (in the future).
Note that this isn't quite done yet, expect it to be live tomorrow perhaps.
Welcome, Matt!
Thanks for blogging about your experiences, it's really great to see, especially because it was through me you've been interested in it!
I'd heavily recommend https://github.com/PlaidWeb/webmention.js/ by https://beesbuzz.biz/ as I currently use it on my site and love it because I don't need to rebuild my site to show new Webmentions, although it does mean that my viewers need client-side Javascript.
If you get a chance, come and talk to us on the IndieWeb chat (more details on https://indieweb.org/discuss )
Recommended read: On Blogging Infrastructure https://boffosocko.com/2019/11/15/on-blogging-infrastructure/
Reader Mail: Webmention Spam (2 mins read).
Replying publicly to an email about my continual webmention sending.
The IndieWeb Movement: Owning Your Data and Being the Change You Want to See in the Web (22 mins read).
A look at what the IndieWeb is, why you should care, and how to get started with it.
IndieWebCamp Amsterdam 2019 (19 mins read).
Recapping my time at IndieWebCamp Amsterdam, my first 'official' IndieWeb event, and meeting some of the big names in the community.
Sending Webmentions Automagically on Deploys of the static website www.jvt.me (4 mins read).
The journey to getting Webmentions sending automatically from my static website, www.jvt.me.
How to RSVP to an Indie Event from your Website (4 mins read).
How to use your personal website in conjunction with Microformats and Webmention to be able to RSVP to Indie events.
Why I Have a Website and You Should Too (12 mins read).
A persuasive look at the many reasons why you should have your own website, and some of the benefits it will bring you.
Rendering Webmentions using Client Side JavaScript (2 mins read).
Replacing my server-side rendered webmentions with client-side rendering.