added guestbook

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-03-01 21:59:12 +01:00
parent 1fc5117ce0
commit 72a9b58db1
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
4 changed files with 59 additions and 3 deletions

19
src/data/guestbook.json Normal file
View file

@ -0,0 +1,19 @@
{
"visitors": [
{
"name":"Sid",
"social":"sidski",
"sociallink":"https://kjelsrud.dev",
"image":"/img/guestbook/sid_pizza.webp",
"date": {
"year": "2024",
"month": "01",
"day": "03",
"string": "01.03.2024"
}
}
],
"meta": {
"lastModified": "March 01, 2024"
}
}