deploy: 1f8369a1ac
This commit is contained in:
parent
cff726df92
commit
7c58565ebb
14
index.html
14
index.html
|
|
@ -16,7 +16,8 @@
|
|||
<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">
|
||||
|
||||
<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
|
||||
|
|
@ -28,6 +29,17 @@
|
|||
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>
|
||||
|
|
|
|||
1153
styles/global.css
1153
styles/global.css
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue