- Fix sparkline downward trend by extrapolating partial current month - Redesign sparkline SVG with gradient fill and responsive sizing - Apply domain-specific colors (amber/rose/emerald/purple) via currentColor - Add eleventy-plugin-post-graph for GitHub-style contribution grids - Homepage: posting activity graph in Tier 2 default layout - AI page (/ai/): stats dashboard + AI-involved posts graph injected via layout - New filters: aiPosts (filter by AI level), aiStats (total/count/percentage) Confab-Link: http://localhost:8080/sessions/956f4251-b4a9-4bc9-b214-53402ad1fe63
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"name": "indiekit-eleventy-theme",
|
|
"version": "1.0.0",
|
|
"description": "Eleventy theme for Indiekit — IndieWeb-ready personal website",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "eleventy",
|
|
"dev": "eleventy --serve --watch",
|
|
"build:css": "postcss css/tailwind.css -o css/style.css"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^3.0.0",
|
|
"@11ty/eleventy-fetch": "^4.0.1",
|
|
"@11ty/eleventy-img": "^6.0.0",
|
|
"@11ty/eleventy-plugin-rss": "^2.0.2",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
|
|
"@11ty/is-land": "^5.0.1",
|
|
"@alpinejs/collapse": "^3.15.8",
|
|
"@atproto/api": "^0.12.0",
|
|
"@chrisburnell/eleventy-cache-webmentions": "^2.2.7",
|
|
"@fontsource/inter": "^5.2.8",
|
|
"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
|
|
"@resvg/resvg-js": "^2.6.2",
|
|
"@rknightuk/eleventy-plugin-post-graph": "^1.0.8",
|
|
"@zachleat/filter-container": "^4.0.0",
|
|
"@zachleat/table-saw": "^1.0.7",
|
|
"alpinejs": "^3.15.8",
|
|
"eleventy-plugin-embed-everything": "^1.21.0",
|
|
"gray-matter": "^4.0.3",
|
|
"html-minifier-terser": "^7.0.0",
|
|
"lite-youtube-embed": "^0.3.2",
|
|
"markdown-it": "^14.0.0",
|
|
"markdown-it-anchor": "^9.2.0",
|
|
"pagefind": "^1.3.0",
|
|
"rss-parser": "^3.13.0",
|
|
"satori": "^0.19.2",
|
|
"unfurl.js": "^6.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"postcss": "^8.4.0",
|
|
"postcss-cli": "^11.0.0",
|
|
"tailwindcss": "^3.4.0"
|
|
}
|
|
}
|