Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
atproto: Do not prefix handles with '@'
Lorenz Leutgeb committed 5 months ago
commit 47f45035b22608cbdd0793c9759fe9ded3f932ec
parent a62f1e7
8 files changed +8 -7
modified _config.yml
@@ -34,6 +34,7 @@ title: "Radicle: the sovereign forge"
description: "The Radicle forge is an open source, peer-to-peer code collaboration stack built on Git."
fedi: "@radicle@toot.radicle.xyz"
node: "seed.radicle.xyz"
+
atproto: radicle.xyz

# jekyll-feed configuration
feed:
modified _data/author/alexis.yml
@@ -3,4 +3,4 @@ radicle:
  did: did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT
  age: age1jf5fhwgtr4lpdsgjz2lu0s839eutm7g39y5ya7sw747y0sl204rsdl6zvn
web: cloudhead.io
-
atproto: "@cloudhead.io"
+
atproto: cloudhead.io
modified _data/author/fintan.yml
@@ -2,4 +2,4 @@ name: fintohaps
radicle:
  did: did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM
  age: age1l7yzgrhnxrmjszklf0l2vpfxh0l57swe9jh2qnyh5hjq8vrecassw9vg98
-
atproto: "@fintohaps.bsky.social"
+
atproto: fintohaps.bsky.social
modified _data/author/lorenz.yml
@@ -4,4 +4,4 @@ radicle:
  age: age1c0g6s6daxy79dlm9uqczwlkh0hvjpghw5h8zzljc3vs275rvvqus30hv9l
fedi: "@lorenzleutgeb@academiccloud.social"
web: lorenz.leutgeb.xyz
-
atproto: "@lorenz.leutgeb.xyz"
+
atproto: lorenz.leutgeb.xyz
modified _data/author/rudolfs.yml
@@ -1,4 +1,4 @@
name: rudolfs
radicle:
  did: did:key:z6MkwPUeUS2fJMfc2HZN1RQTQcTTuhw4HhPySB8JeUg2mVvx
-
atproto: "@osins.bsky.social"
+
atproto: osins.bsky.social
modified _layouts/blog.html
@@ -22,8 +22,8 @@
      <p class="subtitle">{{ page.subtitle }}</p>
      <span class="author">
	      Published by <a href="https://app.radicle.xyz/nodes/{{author.radicle.node | default: site.node }}/users/{{author.radicle.did}}">{{author.name}}</a>
-
	{% if author.atproto %}<a href="{{ author.atproto | remove_first: "@" | prepend: "https://bsky.app/profile/" }}">🦋</a>{% endif %}
	{% if author.fedi %}<a href="{{ author.fedi | remove_first: "@" | split: "@" | reverse | join: "/@" | prepend: "https://" }}">🐘</a>{% endif %}
+
	{% if author.atproto %}<a href="{{ author.atproto | prepend: "https://bsky.app/profile/" }}">🦋</a>{% endif %}
	{% if author.web %}<a href="https://{{ author.web }}">🌐</a>{% endif %}
        on {{ page.date | date: "%d.%m.%Y" }}
      </span>
modified _layouts/post.html
@@ -18,7 +18,7 @@
      {{ content }}
    </main>
    <aside>
-
      <p><strong>Follow us</strong> on 🐘 <a href="https://toot.radicle.xyz/@radicle">Mastodon</a> or 🦋 <a href="https://bsky.app/profile/radicle.xyz">Bluesky</a>.</p>
+
      <p><strong>Follow us</strong> on 🐘 <a href="https://toot.radicle.xyz/@radicle">Mastodon</a> or 🦋 <a href="https://bsky.app/profile/{{ site.atproto }}">Bluesky</a>.</p>
      <p><strong>Contribute</strong> to Radicle as a 🌱 <a href="/guides/seeder">seeder</a>, 🧙 <a href="https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5">developer</a> or by 🪞 <a href="/guides/user/#git-going-with-repositories">mirroring</a> your repositories on the Radicle network.</p>
      <p><strong>Join</strong> our community on 💬 <a href="https://radicle.zulipchat.com">Zulip</a> and discuss your ideas to improve Radicle.</p>
    </aside>
modified index.md
@@ -165,8 +165,8 @@ channel on Zulip.

[install-script]: /install
[twitter]: https://twitter.com/radicle
-
[bsky]: https://bsky.app/profile/radicle.xyz
[mast]: https://toot.radicle.xyz/@radicle
+
[bsky]: https://bsky.app/profile/{{ site.atproto }}
[zulip]: https://radicle.zulipchat.com
[heartwood]: https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
[desktop]: /desktop