Here's where kdl.dev is hosted from.
Go to file
Kat Marchán 3c9e89273e
update site to kdlv2
2024-12-17 19:05:11 -08:00
.github/workflows Run on newer ubuntu 2023-05-24 09:37:51 -07:00
src update site to kdlv2 2024-12-17 19:05:11 -08:00
static use the logo with tagline 2021-09-16 11:19:41 -07:00
.eleventy.mjs update site to kdlv2 2024-12-17 19:05:11 -08:00
.gitignore Add publishing to Github Pages 2020-12-18 13:51:47 -05: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
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 update site to kdlv2 2024-12-17 19:05:11 -08:00
package-lock.json update site to kdlv2 2024-12-17 19:05:11 -08:00
package.json update site to kdlv2 2024-12-17 19:05:11 -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.