diff --git a/.markdownlint.json b/.markdownlint.json
new file mode 100644
index 0000000..2ee450c
--- /dev/null
+++ b/.markdownlint.json
@@ -0,0 +1,4 @@
+{
+ "MD013": false,
+ "no-inline-html": false
+}
diff --git a/content/bitcoin/_index.md b/content/bitcoin/_index.md
new file mode 100644
index 0000000..0779cfd
--- /dev/null
+++ b/content/bitcoin/_index.md
@@ -0,0 +1,22 @@
++++
+title = "Bitcoin"
+template = "bitcoin.html"
++++
+
+#### Links
+
+
+chaincode bitcoin protocol development
+
+
+#### Podcasts
+
+
+bitcoin.review
+
\ No newline at end of file
diff --git a/templates/bitcoin.html b/templates/bitcoin.html
new file mode 100644
index 0000000..f4ed9a6
--- /dev/null
+++ b/templates/bitcoin.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+{% block content %}
+{% include "navbar.html" %}
+
+{{ section.content | safe }}
+
+
+
+{% include "navbar.html" %}
+{% endblock content %}
\ No newline at end of file
diff --git a/templates/index.html b/templates/index.html
index 9fc85ed..05740ef 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,7 +1,9 @@
{% extends "base.html" %} {% block content %}
-
bliotti
+
+ bliotti
+