crisp-theme.git

git clone https://git.crispbyte.dev/crisp-theme.git

commit
5284aa4
parent
27bfc37
author
cheddar
date
2025-04-17 16:17:22 +0200 CEST
Some tweaks for me
4 files changed,  +7, -2
A .eleventyignore
+2, -0
1@@ -0,0 +1,2 @@
2+node_modules/
3+dist/
M eleventy.config.js
+2, -0
1@@ -1,6 +1,8 @@
2 import pluginFilters from "./_config/filters.js";
3 
4 export default async function(eleventyConfig) {
5+  eleventyConfig.setUseGitIgnore(false);
6+
7 	eleventyConfig.addPlugin(pluginFilters);
8 
9   eleventyConfig.addCollection("series", collectionsApi => {
M package-lock.json
+1, -1
1@@ -7,7 +7,7 @@
2     "": {
3       "name": "site-theme",
4       "version": "1.0.0",
5-      "license": "ISC",
6+      "license": "IST",
7       "dependencies": {
8         "@11ty/eleventy": "^3.0.0",
9         "date-fns": "^4.1.0"
M package.json
+2, -1
 1@@ -2,12 +2,13 @@
 2   "name": "site-theme",
 3   "version": "1.0.0",
 4   "main": "index.js",
 5+  "type":"module",
 6   "scripts": {
 7     "test": "echo \"Error: no test specified\" && exit 1"
 8   },
 9   "keywords": [],
10   "author": "",
11-  "license": "ISC",
12+  "license": "IST",
13   "description": "",
14   "dependencies": {
15     "@11ty/eleventy": "^3.0.0",