Add syndications

This commit is contained in:
JP Hastings-Spital 2024-05-12 22:52:58 +01:00
parent db2cae9aa6
commit 72ebaa4579
2 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,10 @@ tags:
- decentralised
- demo
- IPFS
syndications:
- https://hachyderm.io/@byjp/112430316826482911
- https://bsky.app/profile/byjp.me/post/3ksd4xxfks62v
- https://vimeo.com/manage/videos/945570914
---
I've been exploring what totally decentralised and local-first compatible search might look like for the web. Here's a quick video demo of a prototype I've built called _IndieSearch_, powered by the (awesome) client-side search tool called [Pagefind][pagefind] (or read on, if videos aren't your thing).

View file

@ -20,6 +20,8 @@
{{ partial "syndication-ref.html" (dict "type" "medium" "link" .) }}
{{ else if hasPrefix . "https://soundcloud.com/" }}
{{ partial "syndication-ref.html" (dict "type" "soundcloud" "link" .) }}
{{ else if hasPrefix . "https://vimeo.com/" }}
{{ partial "syndication-ref.html" (dict "type" "video" "link" .) }}
{{ else if hasPrefix . "https://deliveroo.engineering/" }}
{{ partial "syndication-ref.html" (dict "type" "deliveroo" "link" .) }}
{{ else }}