add demo data

This commit is contained in:
Max Böck 2019-04-13 14:32:05 +02:00
parent a29de8a5fe
commit 8c8ba3d345
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,17 @@
[
{
"title": "A Demo Webring Site",
"url": "https://mxb.dev/",
"active": true
},
{
"title": "Another Site",
"url": "https://www.matuzo.at/",
"active": true
},
{
"title": "And Yet Another One",
"url": "https://www.sonniesedge.net/",
"active": true
}
]

12
src/data/meta.json Normal file
View file

@ -0,0 +1,12 @@
{
"title": "An Example Webring",
"description": "Lorem Ipsum dolor, this is a webring about community XY.",
"url": "https://mywebring.netlify.com",
"repo": "https://github.com/maxboeck/webring",
"admins": [
{
"name": "Max Böck",
"url": "https://github.com/maxboeck"
}
]
}