diff --git a/src/config/_default/config.yaml b/src/config/_default/config.yaml
new file mode 100644
index 0000000..853d440
--- /dev/null
+++ b/src/config/_default/config.yaml
@@ -0,0 +1,15 @@
+baseurl: ''
+relativeurls: true
+languageCode: en
+pluralizelisttitles: false
+removePathAccents: true
+title: Awesome Dash Platform
+
+disableKinds:
+ - taxonomyTerm
+
+params:
+ Description: >-
+ Useful resources for building things on top of Dash Platform
+ Image: >-
+ https://dashdevs.org/images/brand/dash_logo_2018_rgb_for_screens.png
diff --git a/src/config/_default/menus.yaml b/src/config/_default/menus.yaml
new file mode 100644
index 0000000..7c1b353
--- /dev/null
+++ b/src/config/_default/menus.yaml
@@ -0,0 +1,11 @@
+footer:
+- name: Chat
+ url: https://chat.dashdevs.org
+- name: Bounties
+ url: https://bounties.dashdevs.org
+- name: Github
+ url: https://github.com/andyfreer/awesome-dash-platform
+- name: Get Listed
+ url: https://github.com/andyfreer/awesome-dash-platform/blob/master/CONTRIBUTING.md
+- name: Dash.org
+ url: https://dash.org
diff --git a/src/layouts/_default/baseof.html b/src/layouts/_default/baseof.html
index feb9db5..72ccc05 100644
--- a/src/layouts/_default/baseof.html
+++ b/src/layouts/_default/baseof.html
@@ -28,12 +28,14 @@
{{ template "main" . }}
-
+