diff --git a/_pages/blog.md b/_pages/blog.md deleted file mode 100644 index a4ae82162620..000000000000 --- a/_pages/blog.md +++ /dev/null @@ -1,190 +0,0 @@ ---- -layout: default -permalink: /blog/ -title: blog -nav: true -nav_order: 1 -pagination: - enabled: true - collection: posts - permalink: /page/:num/ - per_page: 5 - sort_field: date - sort_reverse: true - trail: - before: 1 # The number of links before the current page - after: 3 # The number of links after the current page ---- - -
- -{% assign blog_name_size = site.blog_name | size %} -{% assign blog_description_size = site.blog_description | size %} - -{% if blog_name_size > 0 or blog_description_size > 0 %} - -
-

{{ site.blog_name }}

-

{{ site.blog_description }}

-
- {% endif %} - -{% if site.display_tags or site.display_categories %} - -
- -
- {% endif %} - -{% assign featured_posts = site.posts | where: "featured", "true" %} -{% if featured_posts.size > 0 %} -
- - -
- -{% endif %} - - - -{% if page.pagination.enabled %} -{% include pagination.liquid %} -{% endif %} - -
diff --git a/_pages/cv.md b/_pages/cv.md deleted file mode 100644 index ad3e26ddd234..000000000000 --- a/_pages/cv.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: cv -permalink: /cv/ -title: cv -nav: true -nav_order: 5 -cv_pdf: example_pdf.pdf -description: This is a description of the page. You can modify it in '_pages/cv.md'. You can also change or remove the top pdf download button. -toc: - sidebar: left ---- diff --git a/_pages/teaching.md b/_pages/teaching.md deleted file mode 100644 index 87bb1a5c469a..000000000000 --- 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!