Uses markdown-it-anchor to generate linkable IDs on h2-h4 headings. Headings become clickable links with a subtle # indicator on hover. Includes scroll-margin-top so anchored headings don't hide behind the sticky header.
35 lines
1.0 KiB
JSON
35 lines
1.0 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",
|
|
"@atproto/api": "^0.12.0",
|
|
"@chrisburnell/eleventy-cache-webmentions": "^2.2.7",
|
|
"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
|
|
"eleventy-plugin-embed-everything": "^1.21.0",
|
|
"html-minifier-terser": "^7.0.0",
|
|
"markdown-it": "^14.0.0",
|
|
"markdown-it-anchor": "^9.2.0",
|
|
"pagefind": "^1.3.0",
|
|
"rss-parser": "^3.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"postcss": "^8.4.0",
|
|
"postcss-cli": "^11.0.0",
|
|
"tailwindcss": "^3.4.0"
|
|
}
|
|
}
|