Skip to content

Commit 252bfa7

Browse files
committed
Remove blogs, projects, repos, teaching, people and other sub menus for now.
1 parent f823878 commit 252bfa7

7 files changed

Lines changed: 13 additions & 6 deletions

File tree

_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,13 @@ exclude:
182182
- package.json
183183
- package-lock.json
184184
- _pages/about_einstein.md
185+
# Temporarily hidden pages (remove from this list to re-enable):
186+
- _pages/blog.md
187+
- _pages/projects.md
188+
- _pages/repositories.md
189+
- _pages/teaching.md
190+
- _pages/profiles.md
191+
- _pages/dropdown.md
185192
- purgecss.config.js
186193
- README.md
187194
- readme_preview/

_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: true
66
nav_order: 1
77
pagination:
88
enabled: true

_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: true
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: true
77
nav_order: 7
88

99
profiles:

_pages/projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: projects
44
permalink: /projects/
55
description: A growing collection of your cool projects.
6-
nav: true
6+
# nav: true
77
nav_order: 3
88
display_categories: [work, fun]
99
horizontal: false

_pages/repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
permalink: /repositories/
44
title: repositories
55
description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
6-
nav: true
6+
# nav: true
77
nav_order: 4
88
---
99

_pages/teaching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
permalink: /teaching/
44
title: teaching
55
description: Materials for courses you taught. Replace this text with your description.
6-
nav: true
6+
# nav: true
77
nav_order: 6
88
---
99

0 commit comments

Comments
 (0)