Initial commit: сайт-блог генеалога на Astro

This commit is contained in:
Технический директор 2026-07-20 22:44:31 +00:00
commit 6cfcc2f18f
42 changed files with 5738 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "genealogist-site",
"type": "module",
"version": "1.0.0",
"description": "Сайт генеалога: блог, услуги, портфолио",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^7.0.0",
"@astrojs/rss": "^4.0.0"
}
}