tangled
alpha
login
or
join now
mackuba.eu
/
sdk.blue
6
fork
atom
A curated list of libraries & SDKs for the Bluesky API and AT Protocol
6
fork
atom
overview
issues
2
pulls
pipelines
support for overriding project name
mackuba.eu
4 months ago
d602ee30
b5e27974
+2
-1
2 changed files
expand all
collapse all
unified
split
_data
projects
go.yml
_includes
project_card.html
+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
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
20
-
<a class="project-name" href="{{ include.project.url | default: include.project.urls[0] }}" target="_blank">{{ info.name }}</a>
20
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" %}