How to add comments to Jekyll blog
joelchrono12.netlify.app
How to add comments to Jekyll blog
1–9 of 9 posts
Re: How to add comments to Jekyll blog
#2Re: How to add comments to Jekyll blog
#3> I do have to create the mastodon post, right now I just edit the file again and push the changes with the proper id.
> I could create the posts first with the soon-to-be link for the blogpost, but it would be confusing.
> Right now I am thinking about doing some hook with the cli tool `toot` to post the link and do some stuff with sed, echo and then another git push. But meh, manual works too
So, create the blog post, then mastadon post, grab it's id and put it back into jeykll and resubmit.
Re: How to add comments to Jekyll blog
#4Re: How to add comments to Jekyll blog
#5Uses mastadon rather than others (eg github) but gives reasons why. Currently, it's a multi step process it seems; > I do have to create the mastodon post, right now I just edit the file again and push the changes with the proper id. > I could create the posts first with the soon-to-be link for the blogpost, but it would be confusing. > Right now I am thinking about doing some hook with the cli tool `toot` to post th…
Re: How to add comments to Jekyll blog
#6Re: How to add comments to Jekyll blog
#7You can also use https://utteranc.es/ , which uses GitHub issues for blog comments. This works well for a lot of Jekyll blogs that are already hosted on GitHub Pages.
Re: How to add comments to Jekyll blog
#8Uses mastadon rather than others (eg github) but gives reasons why. Currently, it's a multi step process it seems; > I do have to create the mastodon post, right now I just edit the file again and push the changes with the proper id. > I could create the posts first with the soon-to-be link for the blogpost, but it would be confusing. > Right now I am thinking about doing some hook with the cli tool `toot` to post th…
Yeah but honestly, it's sounds automatable enough.
I havent had the time to set it up but I will write about it once I have the time...
Re: How to add comments to Jekyll blog
#9You can also use https://utteranc.es/ , which uses GitHub issues for blog comments. This works well for a lot of Jekyll blogs that are already hosted on GitHub Pages.