Upgraded to Astro 5.2.5 and fixed content collections
This commit is contained in:
parent
298b91262e
commit
eec488ddff
28 changed files with 290 additions and 198 deletions
src/data/datafiles
42
src/data/datafiles/technologydata.json
Normal file
42
src/data/datafiles/technologydata.json
Normal file
|
@ -0,0 +1,42 @@
|
|||
[
|
||||
{
|
||||
"title": "Astro",
|
||||
"link": "https://astro.build",
|
||||
"imageFile": "astro.webp"
|
||||
},
|
||||
{
|
||||
"title": "Forgejo",
|
||||
"link": "https://forgejo.org/",
|
||||
"imageFile": "forgejo.webp"
|
||||
},
|
||||
{
|
||||
"title": "Docker",
|
||||
"link": "https://www.docker.com/",
|
||||
"imageFile": "docker.webp"
|
||||
},
|
||||
{
|
||||
"title": "Dockge",
|
||||
"link": "https://github.com/louislam/dockge",
|
||||
"imageFile": "dockge.png"
|
||||
},
|
||||
{
|
||||
"title": "Typescript",
|
||||
"link": "https://www.typescriptlang.org/",
|
||||
"imageFile": "typescript.webp"
|
||||
},
|
||||
{
|
||||
"title": "NodeJS",
|
||||
"link": "https://nodejs.org/",
|
||||
"imageFile": "nodejs.webp"
|
||||
},
|
||||
{
|
||||
"title": "serve by @warren-bank",
|
||||
"link": "https://www.npmjs.com/package/@warren-bank/serve",
|
||||
"imageFile": "serve.webp"
|
||||
},
|
||||
{
|
||||
"title": "Unlight-house",
|
||||
"link": "https://unlighthouse.dev/",
|
||||
"imageFile": "unlighthouse.webp"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue