diff --git a/content/external/_index.md b/content/external/_index.md
new file mode 100644
index 0000000..d706c94
--- /dev/null
+++ b/content/external/_index.md
@@ -0,0 +1,7 @@
++++
+title = "Blog"
+sort_by = "date"
+template = "external.html"
+page_template = "page.html"
+draft = false
++++
diff --git a/content/external/external.toml b/content/external/external.toml
new file mode 100644
index 0000000..cf28ab7
--- /dev/null
+++ b/content/external/external.toml
@@ -0,0 +1,35 @@
+[0-smart-questions]
+title = "How To Ask Questions The Smart Way"
+author = "Eric S. Raymond, Rick Moen"
+permalink = "http://catb.org/~esr/faqs/smart-questions.html"
+archive = "https://archive.ph/4Nsm2"
+
+[1-humanitys-endgame]
+title = "Humanity's Endgame"
+author = "Henry Wismayer"
+permalink = "https://www.noemamag.com/humanitys-endgame/"
+archive = "https://archive.ph/wvnUr"
+
+[2-if-all-the-world-were-a-monorepo]
+title = "If all the world were a monorepo"
+author = "Julie Tibshirani"
+permalink = "https://jtibs.substack.com/p/if-all-the-world-were-a-monorepo"
+archive = "https://archive.ph/5ZOw2"
+
+[3-microsoft-broke-my-voice]
+title = "Microsoft broke my voice"
+author = "a_lilian"
+permalink = "https://www.youtube.com/watch?v=LKcT-aQuIFs"
+suffix = "YouTube"
+
+[4-burn-after-watching]
+title = "Burn After Watching"
+author = "a_lilian"
+permalink = "https://www.youtube.com/watch?v=-IargH0hL-s"
+suffix = "YouTube"
+
+[5-lost-ephemera]
+title = "Lost Ephemera - The traces we left behind"
+author = "a_lilian"
+permalink = "https://www.youtube.com/watch?v=xbg-Jjfw2Dg"
+suffix = "YouTube"
diff --git a/templates/external.html b/templates/external.html
new file mode 100644
index 0000000..0650686
--- /dev/null
+++ b/templates/external.html
@@ -0,0 +1,19 @@
+{% extends "base.html" %}
+
+{% block content %}
+Things I find value in sharing
+
+ {% set data = load_data(path="content/external/external.toml") %}
+ {% for k, v in data %}
+
+