kdl-org.github.io/src/index.html

22 lines
610 B
HTML

---
layout: base.html
title: kdl - Kat's Document Language
---
<header class="py-10 bg-gray-300">
<h1 class="text-4xl text-center">kdl - Kat's Document Language</h1>
</header>
<section class="px-2 md:px-4 prose prose-xl mx-auto" id="description">
<p>
kdl is a document language, mostly based on
<a href="https://sdlang.org/">SDLang</a>, with xml-like semantics that looks
like you're invoking a bunch of CLI commands!
</p>
<p>
It's meant to be used both as a serialization format and a configuration
language, and is relatively light on syntax compared to XML.
</p>
</section>