Here's where kdl.dev is hosted from.
Go to file
Adam Naji 5aa97d9e6e
Update index.md
2025-08-01 07:32:17 +03:00
.github/workflows bump actions/cache to v4 2025-01-01 17:31:20 -08:00
src Update index.md 2025-08-01 07:32:17 +03:00
static Rename spec.html to spec.html 2025-01-19 09:42:57 -08:00
.eleventy.mjs Update .eleventy.mjs 2025-01-19 14:44:07 -08:00
.gitignore integrate the playground right into the site 2025-01-01 17:06:50 -08:00
.prettierignore Add publishing to Github Pages 2020-12-18 13:51:47 -05:00
.prettierrc.json Initial working 11ty + Tailwind CSS 2020-12-18 11:09:22 -05:00
LICENSE integrate the playground right into the site 2025-01-01 17:06:50 -08:00
README.md Basic local development instructions 2020-12-21 20:02:48 -05:00
highlight_worker.js update site to kdlv2 2024-12-17 19:05:11 -08:00
kdl.tmLanguage.json fix indented node slashdash 2024-12-18 12:35:22 -08:00
package-lock.json bump KDL parser to improve errors (#42) 2025-01-08 17:23:23 -08:00
package.json Update package.json 2025-01-19 14:50:02 -08:00
postcss.config.js format! 2020-12-18 14:06:05 -05:00
tailwind.config.js Override the tailwind typography inline code styles (#11) 2021-01-10 10:32:06 -08:00

README.md

kdl.dev

Built with:

Development

Tested on Node 14.15.0 with npm 6.14.8.

After running npm install, you can run a development environment with:

npm run dev

Note: Changes to Tailwind configuration or bare CSS in global.css are not picked up and sync'd by 11ty's Browsersync server automatically.