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

Configure Feed

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

Fixed jsdelivr/npm


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

MLC Bloeiman (Jun 3, 2026, 9:31 PM +0200) 05048c55 32382889

+4 -9
-1
.gitignore
··· 8 8 9 9 .vscode 10 10 node_modules 11 - dist 12 11 examples/lustre_chilp_app/assets/styled.css 13 12 examples/js_chilp_example/assets/ 14 13
+2 -6
deno.lock
··· 784 784 "npm:@tailwindcss/cli@^4.3.0", 785 785 "npm:daisyui@^5.5.19", 786 786 "npm:prettier@^3.8.3", 787 + "npm:serve@^14.2.6", 787 788 "npm:tailwindcss@^4.3.0" 788 - ], 789 - "packageJson": { 790 - "dependencies": [ 791 - "npm:serve@^14.2.6" 792 - ] 793 - } 789 + ] 794 790 } 795 791 }
+1 -1
package.json
··· 1 1 { 2 2 "name": "@strawmelonjuice/chilp", 3 - "version": "2.0.3", 3 + "version": "2.0.4", 4 4 "description": "Allows you to use Mastodon and Bluesky comments on your Lustre blog.", 5 5 "browser": "dist/bundle.js", 6 6 "main": "dist/lib.js",
+1 -1
src/chilp.gleam
··· 1 - //// <script src="https://site.strawmelonjuice.com/chilp-only.js" type="module"></script> 1 + //// <script src="https://cdn.jsdelivr.net/npm/@strawmelonjuice/chilp@latest/dist/bundle.min.js" type="module"></script> 2 2 //// <style> 3 3 //// @media only screen and (max-width: 600px) { blockquote { overflow-x: auto; } } 4 4 //// .comment-widget {