Skip to content

Commit 78e904b

Browse files
committed
Use prose for content
1 parent 0de5e7c commit 78e904b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,16 @@
66
<header class="py-10 bg-gray-300">
77
<h1 class="text-4xl text-center">kdl - Kat's Document Language</h1>
88
</header>
9+
10+
<section class="px-2 md:px-4 prose prose-xl mx-auto" id="description">
11+
<p>
12+
kdl is a document language, mostly based on
13+
<a href="https://sdlang.org/">SDLang</a>, with xml-like semantics that looks
14+
like you're invoking a bunch of CLI commands!
15+
</p>
16+
17+
<p>
18+
It's meant to be used both as a serialization format and a configuration
19+
language, and is relatively light on syntax compared to XML.
20+
</p>
21+
</section>

0 commit comments

Comments
 (0)