forked from infdig2022/webring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.njk
48 lines (38 loc) · 1.42 KB
/
index.njk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
layout: base
---
{% include 'webring.njk' %}
<div class="markdown">
<h2>What's this?</h2>
<p>
A community of sites around a common topic, also known as a <a href="https://en.wikipedia.org/wiki/Webring">webring</a>.
Each member includes a badge on their site that links to the previous and next sites in the ring.
Kids in the 90s used to love it!
</p>
<h2>How to join</h2>
<p>
To join the webring, <a href="{{ meta.repo }}/compare">open a pull request</a>
and supply the name and URL of your site. If you publish a RSS feed, you can provide that as well.
</p>
<p>
If you don't have a Github account, you can also use this form to sign up.
The webring admins will then look at your site and handle your request.
</p>
{% include 'signupform.njk' %}
<h2>Add the banner</h2>
<p>
Once you've joined the ring, copy this code snippet into your site:
</p>
{% highlight 'html' %}{% include 'snippet.njk' %}{% endhighlight %}
<p>
It will render this banner that links to the other members:
</p>
{% include 'snippet.njk' %}
<h2>Want to host your own webring?</h2>
<p>
If you want to start your own webring, fork
<a href="https://github.com/maxboeck/webring">this project</a> on Github
and follow the instructions in the README.
</p>
{% include 'github.njk' %}
</div>