The bmannconsulting.com website

added page decorators for git, linkedin, masto

Changed files
+16 -7
_layouts
_notes
+7 -6
_layouts/note.html
···
{% endunless %}
<ul>
-
{% if page.github %}
-
<li><strong>github:</strong>&nbsp;<a href="{{ page.github }}">@{{ page.github | remove: "https://github.com/" }}</a></li>
-
{% endif %}
-
{% if page.ATProtocol %}
-
<li><strong>:</strong>๐Ÿฆ‹<a href="{{ page.ATProtocol }}">{{ page.ATProtocol | remove: "https://bsky.app/profile/" | prepend: "@" }}</a></li>
-
{% endif %}
</ul>
</div>
···
{% endunless %}
<ul>
+
{% if page.github %}<li><strong>github:</strong>&nbsp;<a href="{{ page.github }}">@{{ page.github | remove: "https://github.com/" }}</a></li>{% endif %}
+
{% if page.git %}<li><strong>git:</strong>&nbsp;<a href="{{ page.git }}">{{ page.git | remove: "https://" }}</a></li>{% endif %}
+
{% if page.ATProtocol %}<li><strong>๐Ÿฆ‹</strong><a href="{{ page.ATProtocol }}">{{ page.ATProtocol | remove: "https://bsky.app/profile/" | prepend: "@" }}</a></li>{% endif %}
+
{% if page.ActivityPub %}<li><strong>๐Ÿ˜</strong><a href="{{ page.ActivityPub }}">{{ page.ActivityPub | remove: "https://" }}</a></li>{% endif %}
+
{% if page.twitter %}<li><strong>๐•</strong>&nbsp;<a href="{{ page.twitter }}">{{ page.twitter | remove: "https://twitter.com/" | prepend: "@" }}</a></li>{% endif %}
+
{% if page.linkedin %}<li><strong>๐Ÿ‘ค</strong><a href="{{ page.linkedin }}">{{ page.linkedin | remove: "https://" }}</a></li>{% endif %}
+
</ul>
</div>
+8
_notes/Dietrich Ayala.md
···
- person
- Amsterdam
- IPFS
ATProtocol: https://bsky.app/profile/burrito.space
ActivityPub: https://mastodon.social/@dietrich
twitter: https://twitter.com/dietrich
---
···
- person
- Amsterdam
- IPFS
+
- developer
ATProtocol: https://bsky.app/profile/burrito.space
ActivityPub: https://mastodon.social/@dietrich
twitter: https://twitter.com/dietrich
---
+
<script type="module" src="https://cdn.jsdelivr.net/npm/bsky-embed/dist/bsky-embed.es.js" async></script>
+
<bsky-embed
+
username="burrito.space"
+
limit="5"
+
>
+
</bsky-embed>
+
+1 -1
_notes/Ente.md
···
- saas
- e2ee
- organization
-
ActivityPub: "@ente@mstdn.social"
link: https://ente.io
github: https://github.com/ente-io/ente
---
···
- saas
- e2ee
- organization
+
ActivityPub: https://mstdn.social/@ente
link: https://ente.io
github: https://github.com/ente-io/ente
---