Allows you to use Mastodon and Bluesky comments on your Lustre blog hexdocs.pm/chilp/
blog gleam lustre indieweb mastodon bluesky comments
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add that to the changelog as well.


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

+3 -2
+2 -2
README.md
··· 4 4 [![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/chilp/) 5 5 6 6 ```sh 7 - gleam add chilp@1 7 + gleam add chilp@2 8 8 ``` 9 9 ## Usage 10 10 ··· 12 12 13 13 ### Examples 14 14 15 - - [lustre_chilp_app](https://forge.strawmelonjuice.com/strawmelonjuice/chilp/src/branch/main/examples/lustre_chilp_app) 15 + - [lustre_chilp_app](https://tangled.org/strawmelonjuice.com/chilp/tree/main/examples/lustre_chilp_app) 16 16 17 17 ### Commands 18 18
+1
changelog.md
··· 8 8 - Add Bluesky as a anchor option, equal to Mastodon. 9 9 - Change styling to use DaisyUI by default, allowing it to adapt to your site's theme, or for you to just match on classes if you want to use your own css. 10 10 - Remove DOMPurify dependency, instead Chilp now parses and rebuilds Mastodon post content by itself, to keep dangerous code from sneaking in. 11 + - Introduced commands, allowing to hide certain comments from view even if they abide community guidelines for the backing platform.