diff --git a/layouts/_default/search.html b/layouts/_default/search.html
new file mode 100644
index 0000000..ef6c4b7
--- /dev/null
+++ b/layouts/_default/search.html
@@ -0,0 +1,69 @@
+{{ define "main" }}
+
+
+
+ {{ .Title }}
+ {{/* partial "debugprint.html" (site.GetPage "/search") */}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $search_js_md5 := (readFile "themes/hugo-search-fuse-js/static/js/search.js" | md5) }}
+
+{{ end }}
diff --git a/layouts/partials/navigation-items.html b/layouts/partials/navigation-items.html
new file mode 100644
index 0000000..b31f6ce
--- /dev/null
+++ b/layouts/partials/navigation-items.html
@@ -0,0 +1,23 @@
+{{- $nav := . -}}
+{{- if or $nav.showCategories $nav.showTags $nav.custom -}}
+
+{{- end -}}