Some tweaks for me

This commit is contained in:
cheddar 2025-04-17 10:17:22 -04:00
parent 27bfc3731b
commit 5284aa43a4
No known key found for this signature in database
4 changed files with 7 additions and 2 deletions

2
.eleventyignore Normal file
View file

@ -0,0 +1,2 @@
node_modules/
dist/

View file

@ -1,6 +1,8 @@
import pluginFilters from "./_config/filters.js";
export default async function(eleventyConfig) {
eleventyConfig.setUseGitIgnore(false);
eleventyConfig.addPlugin(pluginFilters);
eleventyConfig.addCollection("series", collectionsApi => {

2
package-lock.json generated
View file

@ -7,7 +7,7 @@
"": {
"name": "site-theme",
"version": "1.0.0",
"license": "ISC",
"license": "IST",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"date-fns": "^4.1.0"

View file

@ -2,12 +2,13 @@
"name": "site-theme",
"version": "1.0.0",
"main": "index.js",
"type":"module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "IST",
"description": "",
"dependencies": {
"@11ty/eleventy": "^3.0.0",