You've already forked zblade.dev
ea6ffd37d2
- Add blog content collection schema and welcome post - Create blog index, post layout components, and dynamic routing - Add `@astrojs/rss` dependency and implement RSS feed generation - Add blog links to header and footer navigation - Update changelog with Gemini 3.1 Pro enhancement notes
19 lines
374 B
JSON
19 lines
374 B
JSON
{
|
|
"name": "zblade-dev",
|
|
"type": "module",
|
|
"version": "0.2.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.6",
|
|
"@astrojs/rss": "^4.0.15",
|
|
"astro": "^5.17.3",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|