feat: add config loader

This commit is contained in:
thePR0M3TH3AN
2025-07-10 10:22:53 -04:00
parent 9806d9675f
commit e350faf789
3 changed files with 76 additions and 2 deletions

View File

@@ -10,7 +10,8 @@
"@11ty/eleventy": "^2.0.1",
"gray-matter": "^4.0.3",
"marked": "^11.1.1",
"lunr": "^2.3.9"
"lunr": "^2.3.9",
"js-yaml": "^4.1.0"
},
"license": "MIT"
}