migrate from 11ty to Lume

This commit is contained in:
Cheri 2024-11-28 21:44:19 +02:00
parent 491694c19d
commit 00ff630785
18 changed files with 574 additions and 4226 deletions

View file

@ -1,17 +0,0 @@
{
"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": "BlueOak-1.0.0",
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-rss": "^1.2.0"
}
}