mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
24 lines
No EOL
803 B
Text
24 lines
No EOL
803 B
Text
<h2>Bluesky Integration (beta)</h2>
|
|
|
|
<p>
|
|
You can now verify control of your site on Neocities to create a handle on <a href="https://bsky.app/">Bluesky</a>.
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Bluesky App <i class="fa fa-arrow-right"></i> "Settings" <i class="fa fa-arrow-right"></i> "Change my handle" <i class="fa fa-arrow-right"></i> "I have my own domain"</strong>
|
|
</p>
|
|
|
|
<p>
|
|
Domain: <span style="color: gray">@</span><strong><%= @site.username %>.neocities.org</strong>
|
|
</p>
|
|
|
|
<p>
|
|
TXT value:
|
|
</p>
|
|
|
|
<form method="POST" action="/settings/<%= @site.username %>/bluesky_set_did">
|
|
<%== csrf_token_input_html %>
|
|
<input name="did" type="text" style="width: 50%" placeholder="did=did:plc:somethingexamplesomething" value="<%= @bluesky_did %>">
|
|
<br>
|
|
<input class="btn-Action" type="submit" value="Update">
|
|
</form> |