diff --git a/layouts/404.html b/layouts/404.html
deleted file mode 100644
index b58ec77..0000000
--- a/layouts/404.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{{ define "main"}}
-
-
-
-{{ end }}
\ No newline at end of file
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
deleted file mode 100644
index cd39b16..0000000
--- a/layouts/_default/list.html
+++ /dev/null
@@ -1,61 +0,0 @@
-{{ define "main" }}
-{{ .Content }}
-
- {{ $blogIcons := "blog-icons.svg" | absURL }}
- {{ $isHomePage := eq .File.Dir "" }}
- {{ $pages := cond ($isHomePage) (.Paginate .Site.Sections).Pages .Data.Pages }}
- {{ range $pages }}
-
-
-
-
- {{ .Date.Format "2006-01-02" }}
-
- {{ with .Params.Author }}::
- {{ . }}{{ end }}
-
-
- {{ if .Params.tags }}
-
- {{ range .Params.tags }}
- #
- {{- . -}}
-
- {{ end }}
-
- {{ end }}
-
- {{ with .Params.Cover }}
-
![]({{ . | absURL }})
- {{ end }}
-
-
- {{ if .Description }}
- {{ .Description | markdownify }}
- {{ else }}
- {{ .Summary | markdownify }}
- {{ end }}
-
-
- {{ if not .Params.showFullContent }}
-
- {{ end }}
-
- {{ end }}
- {{ partial "pagination.html" . }}
-
-{{ end }}
diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html
deleted file mode 100644
index 393568b..0000000
--- a/layouts/partials/comments.html
+++ /dev/null
@@ -1 +0,0 @@
-{{ template "_internal/disqus.html" . }}
\ No newline at end of file
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
deleted file mode 100644
index e94c908..0000000
--- a/layouts/partials/footer.html
+++ /dev/null
@@ -1,27 +0,0 @@
-