4 "description": "A personal blog built with 11ty",
8 "add-domain": "echo \"drewedgar.com\" > dist/CNAME",
9 "build:client": "node scripts/build-client.js",
10 "build": "npm run build:client && eleventy && npm run add-domain",
11 "start": "eleventy --serve",
12 "watch": "eleventy --watch"
16 "url": "git://github.com/drew-edgar/drew-edgar.github.io.git"
21 "url": "https://drewedgar.com"
25 "@11ty/eleventy-img": "^6.0.4",
26 "@11ty/eleventy-navigation": "^1.0.4",
27 "@11ty/eleventy-plugin-rss": "^2.0.4",
28 "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
29 "esbuild": "^0.25.12",
30 "markdown-it": "^14.1.0",
31 "puppeteer": "^24.17.0",
32 "stacked-alpha-video": "^1.0.10"
35 "@11ty/eleventy": "^3.1.1"
38 "@11ty/eleventy": "^3.1.2"