forked from k3rs3d/ringfairy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e6fdf8
commit 20b0d87
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,26 +6,26 @@ a webring for robot-aligned beings! powered by [ringfairy](https://github.com/k3 | |
|
||
2. add the webring links to your site: | ||
|
||
``` | ||
<a href="https://stellophiliac.github.io/roboring/YOUR_SLUG/previous"> <- <a> | ||
<a href="https://stellophiliac.github.io/roboring">roboring<a> | ||
<a href="https://stellophiliac.github.io/roboring/YOUR_SLUG/next"> -> <a> | ||
``` | ||
|
||
3. submit a pull request adding yourself to `websites.json`, or email me at `[email protected]` and i'll add you manually. | ||
|
||
if you submit a PR, entries should have the **name** of your site, your **slug**, a short **description**, your **site link**, your **rss feed** (if applicable), and a **contact link** (such as an email or social media) | ||
|
||
here's an example entry: | ||
|
||
``` | ||
{ | ||
"name": "Example Website", | ||
"slug": "example", | ||
"about": "example site", | ||
"url": "https://example.com/", | ||
"rss": "https://example.com/index.xml", | ||
"owner": "[email protected]" | ||
} | ||
``` | ||
```html | ||
<a href="https://stellophiliac.github.io/roboring/YOUR_SLUG/previous"> <- <a> | ||
<a href="https://stellophiliac.github.io/roboring">roboring<a> | ||
<a href="https://stellophiliac.github.io/roboring/YOUR_SLUG/next"> -> <a> | ||
``` | ||
|
||
3. submit a pull request adding yourself to `websites.json`, or email me at `[email protected]` and i'll add you manually. | ||
|
||
if you submit a PR, entries should have the **name** of your site, your **slug**, a short **description**, your **site link**, your **rss feed** (if applicable), and a **contact link** (such as an email or social media) | ||
|
||
here's an example entry: | ||
|
||
```json | ||
{ | ||
"name": "Example Website", | ||
"slug": "example", | ||
"about": "example site", | ||
"url": "https://example.com/", | ||
"rss": "https://example.com/index.xml", | ||
"owner": "[email protected]" | ||
} | ||
``` | ||
|