astro into with blog template

This commit is contained in:
2021-07-13 17:15:20 -05:00
commit 738a6a54bf
21 changed files with 5680 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "@example/blog",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^0.17.2",
"@astrojs/renderer-preact": "^0.1.3"
}
}