feat: created basic blog layout

This commit is contained in:
Leyla Becker 2026-02-10 11:02:43 -06:00
parent 42fd071301
commit 0d41db36ef
13 changed files with 935 additions and 3 deletions

View file

@ -5,13 +5,17 @@
"main": "index.js",
"scripts": {
"build": "pnpm exec eleventy",
"develop": "pnpm exec eleventy --serve"
"dev": "pnpm exec eleventy --serve"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-only",
"packageManager": "pnpm@10.28.0",
"dependencies": {
"@11ty/eleventy": "^3.1.2"
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"markdown-it-footnote": "^4.0.0"
}
}