diff --git a/.eleventyignore b/.eleventyignore
new file mode 100644
index 0000000..5e4e7b9
--- /dev/null
+++ b/.eleventyignore
@@ -0,0 +1 @@
+src/_*.*
\ No newline at end of file
diff --git a/src/_description.html b/src/_description.html
new file mode 100644
index 0000000..0362885
--- /dev/null
+++ b/src/_description.html
@@ -0,0 +1,12 @@
+
+ kdl is a document language, mostly based on
+ SDLang, with xml-like semantics that looks
+ like you're invoking a bunch of CLI commands!
+
+ It's meant to be used both as a serialization format and a configuration
+ language, and is relatively light on syntax compared to XML.
+
+ kdl is still extremely new, and discussion about the format should happen
+ over on the
+ discussions page
+ in the Github repo. Feel free to jump in and give us your 2 cents!
+ Design and discussion
+
- kdl is a document language, mostly based on - SDLang, with xml-like semantics that looks - like you're invoking a bunch of CLI commands! -
-- It's meant to be used both as a serialization format and a configuration - language, and is relatively light on syntax compared to XML. -
-