Here's where kdl.dev is hosted from.
Go to file
Daniel Smith dc2e33b81c
add link to ruby implementation
Add a link to the Ruby implementation under the implementations section.

See also:
https://github.com/kdl-org/kdl/issues/53
https://github.com/kdl-org/kdl/pull/58
2020-12-27 19:25:14 +02:00
.github/workflows Add publishing to Github Pages 2020-12-18 13:51:47 -05:00
src add link to ruby implementation 2020-12-27 19:25:14 +02:00
.eleventy.js Add publishing to Github Pages 2020-12-18 13:51:47 -05: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
package-lock.json Add @tailwindcss/typography plugin 2020-12-18 14:59:33 -05:00
package.json Add @tailwindcss/typography plugin 2020-12-18 14:59:33 -05:00
postcss.config.js format! 2020-12-18 14:06:05 -05:00
tailwind.config.js Fix extra space in code block on Firefox 2020-12-21 19:54:44 -05: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.