From b2413c8a8a1a14f93a0ac03931f845927bdf939a Mon Sep 17 00:00:00 2001
From: Andrew Haratine <53715071+andrewharatine@users.noreply.github.com>
Date: Sun, 6 Dec 2020 13:17:00 -0500
Subject: [PATCH] Create index.md
---
index.md | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 83 insertions(+)
create mode 100644 index.md
diff --git a/index.md b/index.md
new file mode 100644
index 000000000..7f4e4687b
--- /dev/null
+++ b/index.md
@@ -0,0 +1,83 @@
+---
+layout: default
+title: Tom Preston-Werner
+---
+
+
+
Blog Posts
+
+ {% for post in site.posts %}
+ - {{ post.date | date_to_string }} » {{ post.title }}
+ {% endfor %}
+
+
+
Highlighted Media
+
+
+
Other Interviews, Talks, Etc
+
+
+
Noteworthy Open Source Projects and Specifications
+
+ - Jekyll: A simple, blog aware, static site generator (used for this site).
+ - Semantic Versioning: A meaningful method for incrementing version numbers.
+ - TOML: Tom's Obvious, Minimal Language.
+ - God: Ruby process monitoring framework with easy extensibility.
+ - Chronic: Ruby natural language date/time parser.
+ - TomDoc: Code documentation for humans.
+ - ProxyMachine: Layer 7 routing proxy in Ruby with Event Machine.
+ - Gollum: A simple, Git-powered wiki with a sweet API and local frontend.
+ - Grit: Object oriented Ruby bindings for Git (used by GitHub).
+ - Ernie: Ruby/Erlang Hybrid BERT-RPC server.
+
+