Very initial commit to get going

This commit is contained in:
Cheri 2023-04-18 17:11:57 +03:00 committed by vib
commit 58d06e9f0d
20 changed files with 4705 additions and 0 deletions

17
package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "cheri.pink",
"version": "1.0.0",
"description": "Cherie's personal website",
"main": "index.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy"
},
"keywords": [],
"author": "cheri",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-rss": "^1.2.0"
}
}