By participating in this project, you agree to follow the project's community guidelines
- Fork the repository.
- In your fork, edit the file
src/data/members.json
. - To add your site, add an object to the JSON array with the following properties:
title
- the title of your websiteurl
- the URL of your websitefeeds
- an array of your RSS feeds. You can leave this out if your website doesn't have one. But if you do, these are what you need for each entry:name
- the name for this RSS feedurl
- the URL for this RSS feed.
- Commit and push your changes to your repository.
- Open a pull request for your changes.
This is an example of an entry in members.json
:
[
…
{
"title": "Francis Rubio",
"url": "https://francisrubio.antaresph.dev/",
"feeds": [
{ "name": "Everything", "url": "https://francisrubio.antaresph.dev/feed.xml" },
{ "name": "Posts", "url": "https://francisrubio.antaresph.dev/blog.xml" },
{ "name": "Literature", "url": "https://francisrubio.antaresph.dev/literature.xml" },
{ "name": "Videos", "url": "https://francisrubio.antaresph.dev/videos.xml" }
]
}
…
]
If you are not a developer or you don't have a Github account, fill out the form in the project's website under the section If you're not a developer… to add your site.