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.

Release

+8 -2
+3
.envrc
··· 1 + if nix flake show &> /dev/null; then 2 + use flake 3 + fi
+3
.gitignore
··· 2 2 *.ez 3 3 /build 4 4 erl_crash.dump 5 + 6 + # Ignore direnv cache 7 + .direnv/
+2 -2
gleam.toml
··· 1 1 name = "chilp" 2 2 description = "Allows you to use Mastodon comments on your Lustre blog." 3 - version = "1.0.0-pre" 3 + version = "1.0.0" 4 4 licences = ["Apache-2.0"] 5 - repository = { type = "forgejo", host = "forge.strawmelonjuice.com", user = "strawmelonjuice", repo = "chilp" } 5 + repository = { type = "forgejo", host = "forge.strawmelonjuice.com", user = "strawmelonjuice", repo = "chilp" } 6 6 # links = [{ title = "Website", href = "" }] 7 7 8 8 [dependencies]