diff --git a/_pages/about_einstein.md b/_pages/about_einstein.md
deleted file mode 100644
index 7914a2f..0000000
--- a/_pages/about_einstein.md
+++ /dev/null
@@ -1,5 +0,0 @@
-Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
-
-Put your address / P.O. box / other info right below your picture. You can also disable any these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
-
-Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.
diff --git a/_pages/dropdown.md b/_pages/dropdown.md
deleted file mode 100644
index aa32f22..0000000
--- a/_pages/dropdown.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: page
-title: submenus
-nav: true
-nav_order: 8
-dropdown: true
-children:
- - title: publications
- permalink: /publications/
- - title: divider
- - title: projects
- permalink: /projects/
- - title: divider
- - title: blog
- permalink: /blog/
----
diff --git a/_pages/news.md b/_pages/news.md
deleted file mode 100644
index 6223439..0000000
--- a/_pages/news.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-layout: page
-title: news
-permalink: /news/
----
-
-{% include news.liquid %}
diff --git a/_pages/profiles.md b/_pages/profiles.md
deleted file mode 100644
index d7ca045..0000000
--- a/_pages/profiles.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-layout: profiles
-permalink: /people/
-title: people
-description: members of the lab or group
-nav: true
-nav_order: 7
-
-profiles:
- # if you want to include more than one profile, just replicate the following block
- # and create one content file for each profile inside _pages/
- - align: right
- image: prof_pic.jpg
- content: about_einstein.md
- image_circular: false # crops the image to make it circular
- more_info: >
-
555 your office number
- 123 your address street
- Your City, State 12345
- - align: left
- image: prof_pic.jpg
- content: about_einstein.md
- image_circular: false # crops the image to make it circular
- more_info: >
- 555 your office number
- 123 your address street
- Your City, State 12345
----
diff --git a/_pages/projects.md b/_pages/projects.md
deleted file mode 100644
index e19d655..0000000
--- a/_pages/projects.md
+++ /dev/null
@@ -1,65 +0,0 @@
----
-layout: page
-title: projects
-permalink: /projects/
-description: A growing collection of your cool projects.
-nav: true
-nav_order: 3
-display_categories: [work, fun]
-horizontal: false
----
-
-
-
-{% if site.enable_project_categories and page.display_categories %}
-
- {% for category in page.display_categories %}
-
- {{ category }}
-
- {% assign categorized_projects = site.projects | where: "category", category %}
- {% assign sorted_projects = categorized_projects | sort: "importance" %}
-
- {% if page.horizontal %}
-
-
- {% for project in sorted_projects %}
- {% include projects_horizontal.liquid %}
- {% endfor %}
-
-
- {% else %}
-
- {% for project in sorted_projects %}
- {% include projects.liquid %}
- {% endfor %}
-
- {% endif %}
- {% endfor %}
-
-{% else %}
-
-
-
-{% assign sorted_projects = site.projects | sort: "importance" %}
-
-
-
-{% if page.horizontal %}
-
-
-
- {% for project in sorted_projects %}
- {% include projects_horizontal.liquid %}
- {% endfor %}
-
-
- {% else %}
-
- {% for project in sorted_projects %}
- {% include projects.liquid %}
- {% endfor %}
-
- {% endif %}
-{% endif %}
-
diff --git a/_pages/publications.md b/_pages/publications.md
deleted file mode 100644
index 48027f8..0000000
--- a/_pages/publications.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-layout: page
-permalink: /publications/
-title: publications
-description: publications by categories in reversed chronological order. generated by jekyll-scholar.
-nav: true
-nav_order: 2
----
-
-
-
-
-
-{% include bib_search.liquid %}
-
-
-
-{% bibliography %}
-
-
diff --git a/_pages/repositories.md b/_pages/repositories.md
deleted file mode 100644
index 676137d..0000000
--- a/_pages/repositories.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-layout: page
-permalink: /repositories/
-title: repositories
-description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
-nav: true
-nav_order: 4
----
-
-## GitHub users
-
-{% if site.data.repositories.github_users %}
-
-
- {% for user in site.data.repositories.github_users %}
- {% include repository/repo_user.liquid username=user %}
- {% endfor %}
-
-
----
-
-{% if site.repo_trophies.enabled %}
-{% for user in site.data.repositories.github_users %}
-{% if site.data.repositories.github_users.size > 1 %}
-
- {{ user }}
- {% endif %}
-
- {% include repository/repo_trophies.liquid username=user %}
-
-
----
-
-{% endfor %}
-{% endif %}
-{% endif %}
-
-## GitHub Repositories
-
-{% if site.data.repositories.github_repos %}
-
-
- {% for repo in site.data.repositories.github_repos %}
- {% include repository/repo.liquid repository=repo %}
- {% endfor %}
-
-{% endif %}
diff --git a/_pages/teaching.md b/_pages/teaching.md
deleted file mode 100644
index 87bb1a5..0000000
--- a/_pages/teaching.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: page
-permalink: /teaching/
-title: teaching
-description: Materials for courses you taught. Replace this text with your description.
-nav: true
-nav_order: 6
----
-
-For now, this page is assumed to be a static description of your courses. You can convert it to a collection similar to `_projects/` so that you can have a dedicated page for each course.
-
-Organize your courses by years, topics, or universities, however you like!