Skip to content

Commit

Permalink
update menubar order
Browse files Browse the repository at this point in the history
  • Loading branch information
treangen authored Sep 2, 2024
1 parent 3449a3d commit 047be24
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ back_to_top: true # set to false to disable the back to top button
repo_theme_light: default # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
repo_theme_dark: dark # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
repo_trophies:
enabled: true
enabled: false
theme_light: flat # https://github.com/ryo-ma/github-profile-trophy
theme_dark: gitdimmed # https://github.com/ryo-ma/github-profile-trophy

Expand Down
2 changes: 1 addition & 1 deletion _pages/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
permalink: /blog/
title: blog
nav: true
nav: false
nav_order: 1
pagination:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion _pages/cv.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: cv
permalink: /cv/
title: cv
title: false
nav: true
nav_order: 5
cv_pdf: example_pdf.pdf
Expand Down
2 changes: 1 addition & 1 deletion _pages/dropdown.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: submenus
nav: true
nav: false
nav_order: 8
dropdown: true
children:
Expand Down
2 changes: 1 addition & 1 deletion _pages/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ permalink: /people/
title: people
description: members of the lab or group
nav: true
nav_order: 7
nav_order: 1

profiles:
# if you want to include more than one profile, just replicate the following block
Expand Down
2 changes: 1 addition & 1 deletion _pages/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: projects
permalink: /projects/
description: A growing collection of your cool projects.
nav: true
nav_order: 3
nav_order: 2
display_categories: [work, fun]
horizontal: false
---
Expand Down
2 changes: 1 addition & 1 deletion _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ permalink: /publications/
title: publications
description: publications by categories in reversed chronological order. generated by jekyll-scholar.
nav: true
nav_order: 2
nav_order: 3
---

<!-- _pages/publications.md -->
Expand Down
2 changes: 1 addition & 1 deletion _pages/teaching.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ permalink: /teaching/
title: teaching
description: Materials for courses you taught. Replace this text with your description.
nav: true
nav_order: 6
nav_order: 5
---

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.
Expand Down

0 comments on commit 047be24

Please sign in to comment.