Populates the project with the blog template

This commit is contained in:
2025-06-03 11:08:59 -07:00
parent e136eb8381
commit 0c4a8a1ddf
35 changed files with 6895 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.4.0",
"astro": "^5.8.1"
}
}