mirror of
https://github.com/maxboeck/webring
synced 2024-11-10 14:04:16 +00:00
add demo data
This commit is contained in:
parent
a29de8a5fe
commit
8c8ba3d345
2 changed files with 29 additions and 0 deletions
|
@ -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
12
src/data/meta.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue