reconstruct site to use eleventy
Some checks failed
/ build (push) Failing after 35s

This commit is contained in:
Ruben 2025-04-20 03:23:57 -05:00
commit 5edbe5703f
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
243 changed files with 10960 additions and 81 deletions

7
eleventy.config.js Normal file
View file

@ -0,0 +1,7 @@
import CleanCSS from "clean-css";
export default function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("assets/");
eleventyConfig.addPassthroughCopy("styles/");
eleventyConfig.addPassthroughCopy("scripts/");
};