Skip to content

Commit ad1cb2e

Browse files
author
Matthias
committed
Removing non-used pages and describing some as work in progress.
1 parent 65e5da3 commit ad1cb2e

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

_pages/blog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
permalink: /blog/
44
title: blog
5-
nav: true
5+
nav: false
66
nav_order: 1
77
pagination:
88
enabled: true

_pages/cv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: cv
33
permalink: /cv/
44
title: cv
5-
nav: true
5+
nav: false
66
nav_order: 5
77
cv_pdf: example_pdf.pdf
88
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.

_pages/dropdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: submenus
4-
nav: true
4+
nav: false
55
nav_order: 8
66
dropdown: true
77
children:

_pages/profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: profiles
33
permalink: /people/
44
title: people
55
description: members of the lab or group
6-
nav: true
6+
nav: false
77
nav_order: 7
88

99
profiles:

_pages/projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: projects
44
permalink: /projects/
5-
description: A growing collection of your cool projects.
5+
description: Some of my coding, tinkering, and construction projects. Work in progress...
66
nav: true
77
nav_order: 3
88
display_categories: [work, fun]

_pages/teaching.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
layout: page
33
permalink: /teaching/
44
title: teaching
5-
description: Materials for courses you taught. Replace this text with your description.
5+
description: Materials for courses I taught.
66
nav: true
77
nav_order: 6
88
---
99

10-
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.
11-
12-
Organize your courses by years, topics, or universities, however you like!
10+
Work in progress...

0 commit comments

Comments
 (0)