mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-24 15:53:12 +01:00
Add syndications
This commit is contained in:
parent
db2cae9aa6
commit
72ebaa4579
2 changed files with 6 additions and 0 deletions
|
@ -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).
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue