Add an RSS feed and site description
This commit is contained in:
parent
a2cb0960ab
commit
ccecc411b8
6 changed files with 59 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue