A curated list of libraries & SDKs for the Bluesky API and AT Protocol

support for overriding project name

+2 -1
+1
_data/projects/go.yml
··· 42 42 - https://github.com/streamplace/streamplace 43 43 tags: ['other app'] 44 44 - url: https://tangled.org/@tangled.org/core 45 + name: 'tangled core' 45 46 tags: ['other app']
+1 -1
_includes/project_card.html
··· 17 17 18 18 <li class="{% if info.user_login == 'bluesky-social' %}official{% endif %}"> 19 19 <p class="title"> 20 - <a class="project-name" href="{{ include.project.url | default: include.project.urls[0] }}" target="_blank">{{ info.name }}</a> 20 + <a class="project-name" href="{{ include.project.url | default: include.project.urls[0] }}" target="_blank">{{ include.project.name | default: info.name }}</a> 21 21 <span class="author"><span class="dot">•</span> 22 22 <a href="{{ info.user_profile }}" target="_blank">{{ user }}</a></span> 23 23 {% if info.user_login == "bluesky-social" %}