Initial commit

This commit is contained in:
thiloho
2023-05-18 17:31:16 +02:00
parent 88bab1f351
commit b3f4c79763
28 changed files with 1248 additions and 31 deletions

View File

@@ -10,6 +10,12 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.4.1"
"@astrojs/svelte": "^2.1.1",
"astro": "^2.4.5",
"rehype-autolink-headings": "^6.1.1",
"sharp": "^0.32.1",
"@fontsource/jetbrains-mono": "^4.5.12",
"@fontsource/roboto": "^4.5.8",
"svelte": "^3.59.1"
}
}
}