Implement page structure for blog

This commit is contained in:
2025-03-21 01:57:13 -04:00
parent a13cf711e3
commit 0e6c00e44b
31 changed files with 946 additions and 6 deletions

View File

@@ -13,7 +13,8 @@
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^6.0.1",
"@11ty/eleventy-plugin-pug": "^1.0.0"
"@11ty/eleventy-plugin-pug": "^1.0.0",
"opml": "^0.5.7"
},
"type": "module"
}