https://github.com/barelyhuman/minweb-public-data
Public Data for https://minweb.site/
https://github.com/barelyhuman/minweb-public-data
Last synced: 8 months ago
JSON representation
Public Data for https://minweb.site/
- Host: GitHub
- URL: https://github.com/barelyhuman/minweb-public-data
- Owner: barelyhuman
- License: mit
- Created: 2024-01-14T11:35:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T00:07:30.000Z (8 months ago)
- Last Synced: 2025-04-15T02:12:58.560Z (8 months ago)
- Language: JavaScript
- Homepage: https://minweb.site/
- Size: 2.68 MB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# minweb-public-data
This repository holds the static data used by
[minweb.site](https://minweb.site), and is left open to be used for building
more clients for the same use case.
## Add another site
To submit another website to the list, just add it at the end of the
`data/links.json` file.
Fill in just the following fields, `imageURL` will be generated from your
website or a fallback will be generated if it's unable to do so.
```json5
{
"title": "Name",
"link": "https://example.com/",
"category": "personal" // personal | company | blog
}
```
## License
[MIT](/LICENSE)