6 changed files with 170 additions and 4 deletions
@ -0,0 +1,23 @@ |
|||||||
|
{{define "content"}} |
||||||
|
<article class="feed-page"> |
||||||
|
<header class="page-header"> |
||||||
|
<h1><span class="icon-inline">{{icon "rss"}}</span> TheForest Feed</h1> |
||||||
|
<p class="page-summary">Recent notes from TheForest relay</p> |
||||||
|
</header> |
||||||
|
|
||||||
|
<div class="feed-about-blurb"> |
||||||
|
<h2>About TheForest Relay</h2> |
||||||
|
<p>TheForest is a Nostr relay operated by GitCitadel. It provides a reliable, fast, and open relay service for the Nostr protocol.</p> |
||||||
|
<ul> |
||||||
|
<li><strong>Relay URL:</strong> <code>wss://theforest.nostr1.com</code></li> |
||||||
|
<li><strong>Status:</strong> Online and operational</li> |
||||||
|
<li><strong>Features:</strong> Supports all standard Nostr event kinds</li> |
||||||
|
</ul> |
||||||
|
<p>TheForest relay hosts a variety of content, including longform markdown articles (kind 30023), e-books and structured publications (kind 30040), and short-form notes (kind 1).</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="feed-container"> |
||||||
|
{{template "feed" .}} |
||||||
|
</div> |
||||||
|
</article> |
||||||
|
{{end}} |
||||||
Loading…
Reference in new issue