updated eleventy config and gitignore

This commit is contained in:
venus
2026-07-31 16:37:28 -05:00
parent ced60a3569
commit bc50ad1a07
100 changed files with 5 additions and 2993 deletions

View File

@@ -1,4 +1,8 @@
module.exports = function(eleventyConfig) {
eleventyConfig.setServerOptions({
host: "0.0.0.0",
port: 8080
});
return {
dir: {
input: "src", // Where your markdown files live