Andy-set-studio / hylia

Hylia is a lightweight Eleventy starter kit to help you to create your own blog or personal website.
https://hylia.website
MIT License
905 stars 230 forks source link

pre-webmention setup #29

Open kevinmarks opened 5 years ago

kevinmarks commented 5 years ago

Hi Andy, you said you wanted help with webmentions - did you mean sending or receiving?

If you're going to send them, adding microformats-2 to the templates will make them work better - indiewebify.me will walk you through that. Then you can use a tool to send webmentions after the site updates - eg https://telegraph.p3k.io/ or https://webmention.app/ or https://mention.tech/

To receive them, if you don't want to run your own code you can use a tool like http://webmention.io, http://webmention.herokuapp.com or https://mention.tech/

Come chat about it at https://chat.indieweb.org/dev/

Andy-set-studio commented 5 years ago

I'm very much into https://webmention.app because I know Remy has put a lot of good work into it. I think the trick with this feature is going to be similar to the pre-configured CMS—a way to make things easier for folks.

With that in mind, I'm thinking that we provide the following:

Basically, I think we should follow Max’s lead from this excellent guide: https://mxb.dev/blog/using-webmentions-on-static-sites/.