46 lines
1.4 KiB
HTML
46 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="kdl is a document language, mostly based on SDLang, with xml-like semantics that looks like you're invoking a bunch of CLI commands!"
|
|
/>
|
|
<title>kdl - Kat's Document Language</title>
|
|
<link rel="stylesheet" href="/styles/global.css" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header class="py-10 bg-gray-300">
|
|
<h1 class="text-4xl text-center">kdl - Kat's Document Language</h1>
|
|
</header>
|
|
|
|
|
|
<section class="kdl-section" 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>
|
|
|
|
<section class="kdl-section" id="design-and-discussion">
|
|
<h2>Design and discussion</h2>
|
|
<p>
|
|
kdl is still extremely new, and discussion about the format should happen
|
|
over on the
|
|
<a href="https://github.com/kdoclang/kdl/discussions">discussions</a> page
|
|
in the Github repo. Feel free to jump in and give us your 2 cents!
|
|
</p>
|
|
</section>
|
|
|
|
</main>
|
|
</body>
|
|
</html>
|