diff --git a/layouts/index.html b/layouts/index.html
deleted file mode 100644
index 94e2b72..0000000
--- a/layouts/index.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
- {{ partial "head.html" . }}
-
-
- {{ partial "header.html" . }}
-
-
- {{ partial "education.html" . }}
-
- {{ partial "language.html" . }}
-
- {{ partial "hobby.html" . }}
-
-
-
- {{ partial "experience.html" . }}
- {{ partial "project.html" . }}
- {{ partial "skill.html" }}
-
-
-
- {{ partial "footer.html" . }}
-
-
-
diff --git a/layouts/partials/education.html b/layouts/partials/education.html
deleted file mode 100644
index fa7cc2a..0000000
--- a/layouts/partials/education.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
- {{ .Site.Params.education.title }}
-{{ range .Site.Params.education.list }}
-
-
- -
- {{ .degree }}
- {{ if eq .grad "yes" }}
-
- {{ end }}
-
- - {{ .college }}
- - {{ .dates }}
- {{ if ne .link nil }}
- -
- Link
-
- {{ end }}
-
-{{ end }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
deleted file mode 100644
index b10c0a8..0000000
--- a/layouts/partials/footer.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
deleted file mode 100644
index 485fd43..0000000
--- a/layouts/partials/head.html
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
-
-
-
- Alejandro Santillana
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
deleted file mode 100644
index a3289a2..0000000
--- a/layouts/partials/header.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
- {{ partial "social.html" . }}
-
{{ .Site.Params.profile.name }}
-
{{ .Site.Params.description }}
-
- {{ .Site.Params.aboutme.description | markdownify }}
-
-
-
diff --git a/layouts/partials/language.html b/layouts/partials/language.html
deleted file mode 100644
index cf1b650..0000000
--- a/layouts/partials/language.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- {{ .Site.Params.language.title }}
-
-
- {{ range .Site.Params.language.list }}
- {{ .type }}
- {{ .language }}
- {{ end }}
-
\ No newline at end of file
diff --git a/layouts/partials/project.html b/layouts/partials/project.html
deleted file mode 100644
index 286a153..0000000
--- a/layouts/partials/project.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
- {{ .Site.Params.projects.title }}
-{{ range .Site.Params.projects.list }}
-
-{{ .description | markdownify }}
-
- {{ range .bullets }}
- - {{ . | markdownify }}
- {{ end }}
-
-{{ end }}
diff --git a/layouts/partials/skill.html b/layouts/partials/skill.html
deleted file mode 100644
index dfe272e..0000000
--- a/layouts/partials/skill.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- {{ .Site.Params.skills.title }}
-
-{{ range.Site.Params.skills.list }}
-{{ .skill }}
-
-
-{{ end }}