Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabriziomusacchio/mastodon_powered_comments
This repository contains a HTML script including liquid commands and JavaScript, that integrates a Mastodon-powered comment system into a static website. The script is written in a way that it can be used with the static site generator Jekyll.
https://github.com/fabriziomusacchio/mastodon_powered_comments
comment-system comments jekyll jekyll-blog jekyll-site mastodon mastodon-comments static-site status-page
Last synced: about 9 hours ago
JSON representation
This repository contains a HTML script including liquid commands and JavaScript, that integrates a Mastodon-powered comment system into a static website. The script is written in a way that it can be used with the static site generator Jekyll.
- Host: GitHub
- URL: https://github.com/fabriziomusacchio/mastodon_powered_comments
- Owner: FabrizioMusacchio
- Created: 2023-07-31T09:16:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-31T19:26:41.000Z (over 1 year ago)
- Last Synced: 2024-11-13T09:12:05.827Z (2 months ago)
- Topics: comment-system, comments, jekyll, jekyll-blog, jekyll-site, mastodon, mastodon-comments, static-site, status-page
- Language: HTML
- Homepage: https://www.fabriziomusacchio.com/blog/2023-07-31-mastodon_blog_comment_system/
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mastodon-powered comments on static websites
This repository contains a HTML script including liquid commands and JavaScript, that integrates a Mastodon-powered comment system into a static website. The script is written in a way that it can be used with the static site generator *Jekyll*.
The script is originally written by [Cassidy James](https://github.com/cassidyjames) and the original code can be found in his [GitHub repository](https://github.com/cassidyjames/cassidyjames.github.io/blob/main/_includes/comments.html). A detailed description of the script can be found on [his blog](https://cassidyjames.com/blog/2020/02/25/mastodon-powered-blog-comments/). I only made some minor changes to the original script, thus it doesn't matter which version you use.
In this [blog post](https://www.fabriziomusacchio.com/blog/2023-07-31-mastodon_blog_comment_system/), you can read how to integrate the script into your *Jekyll* website using the [*Minimal Mistakes* theme](https://www.fabriziomusacchio.com/blog/2021-08-11-Minimal_Mistakes_Cheat_Sheet/).