diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f053ba6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+I have been having so much fun listening to history podcasts
+that I decided to create a blog,
+[Attention Span History](https://blog.trentpalmer.org).
diff --git a/output/archives.html b/output/archives.html
index fa6597a..7324a56 100644
--- a/output/archives.html
+++ b/output/archives.html
@@ -40,6 +40,7 @@
War
Twitter
Github
+ Source
Doc Blog
Favorite Podcasts
TrentReads
diff --git a/output/author/trent-palmer.html b/output/author/trent-palmer.html
index 1c89871..6687aff 100644
--- a/output/author/trent-palmer.html
+++ b/output/author/trent-palmer.html
@@ -40,6 +40,7 @@
War
Twitter
Github
+ Source
Doc Blog
Favorite Podcasts
TrentReads
diff --git a/output/authors.html b/output/authors.html
index e278fc9..c33a9f0 100644
--- a/output/authors.html
+++ b/output/authors.html
@@ -40,6 +40,7 @@
War
Twitter
Github
+ Source
Doc Blog
Favorite Podcasts
TrentReads
diff --git a/output/battle-in-the-middle-ages.html b/output/battle-in-the-middle-ages.html
index 2892675..23806ff 100644
--- a/output/battle-in-the-middle-ages.html
+++ b/output/battle-in-the-middle-ages.html
@@ -45,6 +45,7 @@
War
Twitter
Github
+ Source
Doc Blog
Favorite Podcasts
TrentReads
diff --git a/output/categories.html b/output/categories.html
index 32ebab7..c57131f 100644
--- a/output/categories.html
+++ b/output/categories.html
@@ -40,6 +40,7 @@
War
Twitter
Github
+ Source
Doc Blog
Favorite Podcasts
TrentReads
diff --git a/output/category/war.html b/output/category/war.html
index 0c360a9..9daf760 100644
--- a/output/category/war.html
+++ b/output/category/war.html
@@ -40,6 +40,7 @@
War
Twitter
Github
+ Source
Doc Blog
Favorite Podcasts
TrentReads
diff --git a/output/index.html b/output/index.html
index 013f41e..9b9b29e 100644
--- a/output/index.html
+++ b/output/index.html
@@ -40,6 +40,7 @@
War
Twitter
Github
+ Source
Doc Blog
Favorite Podcasts
TrentReads
diff --git a/output/tags.html b/output/tags.html
index 208b766..c2d9951 100644
--- a/output/tags.html
+++ b/output/tags.html
@@ -40,6 +40,7 @@
War
Twitter
Github
+ Source
Doc Blog
Favorite Podcasts
TrentReads
diff --git a/pelicanconf.py b/pelicanconf.py
index 1bbaf19..340798b 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -31,6 +31,7 @@ SOCIAL = (('twitter', 'https://twitter.com/boringtrent'),
MENUITEMS = (('Twitter', 'https://twitter.com/boringtrent'),
('Github', 'https://github.com/TrentSPalmer'),
+ ('Source', 'https://github.com/TrentSPalmer/attentionspanhistory'),
('Doc Blog', 'https://blog.trentsonlinedocs.xyz/'),
('Favorite Podcasts', 'https://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/'),
('TrentReads', 'https://trentpalmer.org'),)