- {{ partial "content.html" . }}
- {{ if ne .Params.hide_pages "true" }}
-
- {{ $parent := . }}
- {{ $sorted_pages := sort .Site.Pages (default "Title" .Params.sort_by) (default "asc" .Params.sort_order)}}
- {{ $valid_pages := where $sorted_pages ".Parent" "!=" nil }}
- {{ $valid_pages := where $valid_pages ".Params.hide_in_list" "!=" "true" }}
- {{ range where $valid_pages ".Parent.UniqueID" $parent.UniqueID }}
- {{ if $parent.Params.show_images }}
- {{ partial "box_image.html" . }}
- {{ else }}
- {{ partial "box.html" . }}
- {{ end }}
- {{ end }}
-
- {{ end }}
-
-{{ partial "page_end.html" . }}
diff --git a/layouts/_default/search.html b/layouts/_default/search.html
deleted file mode 100644
index 934a59b..0000000
--- a/layouts/_default/search.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{{ partial "page_start.html" . }}
-
-{{ partial "page_end.html" . }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
deleted file mode 100644
index e410abd..0000000
--- a/layouts/_default/single.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{{ partial "page_start.html" . }}
-
- {{ partial "content.html" . }}
-
- {{ range .Pages.ByTitle }}
- {{ partial "box_image.html" . }}
- {{ end }}
-
-
-{{ partial "page_end.html" . }}
diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html
deleted file mode 100644
index 00bd66e..0000000
--- a/layouts/_default/terms.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{{ partial "page_start.html" . }}
-
- {{ partial "content.html" . }}
-
- {{ range .Pages.ByTitle }}
- {{ partial "box_image.html" . }}
- {{ end }}
-
-
-{{ partial "page_end.html" . }}
diff --git a/layouts/index.html b/layouts/index.html
deleted file mode 100644
index 6a093bd..0000000
--- a/layouts/index.html
+++ /dev/null
@@ -1,94 +0,0 @@
-{{ partial "page_start.html" . }}
-
-
-
- {{ plainify .Content }}
- I'm Jake. A software engineer with a passion for security and privacy. This is my website, a home for my projects, blog posts, and anything else for that matter.
-
-
-
-
-
-
- {{ with .Site.GetPage "section" "posts" }}
-
-
- {{ .LinkTitle }}
-
-
- {{ partial "summary_string.html" . }}
-
- {{ end }}
-
-
- {{ with .Site.GetPage "section" "projects" }}
-
-
- {{ .LinkTitle }}
-
-
- {{ partial "summary_string.html" . }}
-
- {{ end }}
-
-
-
-
- {{ with .Site.GetPage "section" "setup" }}
-
-
- {{ .LinkTitle }}
-
-
- {{ partial "summary_string.html" . }}
-
- {{ end }}
-
-
- {{ with .Site.GetPage "section" "robotics" }}
-
-
- {{ .LinkTitle }}
-
-
- {{ partial "summary_string.html" . }}
-
- {{ end }}
-
-
-
-
-
-
-
- {{ range first .Site.Params.index_items (where .Data.Pages.ByDate "Section" "projects") }}
- {{ partial "box_image.html" . }}
- {{ end }}
-
-
-
-
-
-
-
- {{ range first .Site.Params.index_items (where .Data.Pages.ByDate "Section" "posts") }}
- {{ partial "box_image.html" . }}
- {{ end }}
-
-
-
-
-{{ partial "page_end.html" . }}
diff --git a/layouts/partials/box.html b/layouts/partials/box.html
deleted file mode 100644
index cd408fb..0000000
--- a/layouts/partials/box.html
+++ /dev/null
@@ -1,8 +0,0 @@
-