Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stellophiliac committed May 30, 2024
1 parent 4e6fdf8 commit 20b0d87
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
}
```

0 comments on commit 20b0d87

Please sign in to comment.