Add an RSS feed and site description

This commit is contained in:
cheddar 2025-04-18 11:53:23 -04:00
parent a2cb0960ab
commit ccecc411b8
No known key found for this signature in database
6 changed files with 59 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"name": "site-theme",
"version": "1.0.0",
"main": "index.js",
"type":"module",
"type": "module",
"scripts": {
"serve": "npx @11ty/eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
@ -13,6 +13,7 @@
"description": "",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.3",
"date-fns": "^4.1.0"
}
}