diff --git a/README.md b/README.md
index 8ea6c96..7f23e57 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-JSONAPI Suite Documentation
+Graphiti Documentation
==========
This is a static website generated by [jekyll](https://jekyllrb.com). To
diff --git a/_layouts/blog.html b/_layouts/blog.html
new file mode 100644
index 0000000..cc63ae9
--- /dev/null
+++ b/_layouts/blog.html
@@ -0,0 +1,20 @@
+
+
+
+ {% include head.html %}
+
+
+
+
+ {% include header.html %}
+
+
{{ page.title }}
+ {{ content }}
+
+
+
+ {% include footer.html %}
+ {% include highlight.html %}
+
+
+
diff --git a/_posts/2019-03-31-graphiti-1-0.md b/_posts/2019-03-31-graphiti-1-0.md
new file mode 100644
index 0000000..4fca991
--- /dev/null
+++ b/_posts/2019-03-31-graphiti-1-0.md
@@ -0,0 +1,31 @@
+---
+layout: blog
+author: Lee Richmond
+title: Graphiti 1.0 Released 🎉
+---
+
+This project has gone through a number of iterations over the past three years. I'm happy to say we've now released 1.0, committing to semantic versioning. Graphiti has now seen enough use, across a wide variety of scenarios, that we can commit to no backwards-incompatible changes for a long while, and a changelog for future releases.
+
+We'll be writing more in this blog about our future roadmap. Stay tuned!
+
+
+Blog
+====
+
+{% for post in site.posts %}
+ * [{{post.title}}]({{post.url}})
+{% endfor %}
+
+
+
+
+
+> Here you can keep up-to-date with Graphiti, including updates,
+> deprecations, and our future roadmap. If there's anything you'd like
+> to read about, let us know [on Slack](https://join.slack.com/t/graphiti-api/shared_invite/enQtMjkyMTA3MDgxNTQzLWVkMDM3NTlmNTIwODY2YWFkMGNiNzUzZGMzOTY3YmNmZjBhYzIyZWZlZTk4YmI1YTI0Y2M0OTZmZGYwN2QxZjg).
+
+{% for post in site.posts %}
+
+
{{ post.excerpt }}
+{% endfor %}
+
+
+
+Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.