Here's where kdl.dev is hosted from.
Go to file
Marquis Kurt 911d56c879
Add Cuddle Nova extension
Nova is a code editor created by Panic. In late 2023, I created the
Cuddle extension to give me basic syntax highlighting support for KDL
documents in my projects. As to why it’s taken me until now to add it to
this page is beyond me.
2026-04-02 12:51:59 -04:00
.github/workflows bump actions/cache to v4 2025-01-01 17:31:20 -08:00
src Add Cuddle Nova extension 2026-04-02 12:51:59 -04:00
static Bump kdl parser (#60) 2026-03-23 13:38:55 -07: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 (#60) 2026-03-23 13:38:55 -07:00
package.json Bump kdl parser (#60) 2026-03-23 13:38:55 -07: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.