Skip to content

Commit

Permalink
customize the menus
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiYunpeng1949 committed Feb 2, 2024
1 parent 2afeca4 commit c70fca8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ main:
- name: Home
url: '#about'
weight: 10
- name: Posts
url: '#posts'
- name: News
url: '#news'
weight: 20
- name: Projects
url: '#projects'
weight: 30
- name: Talks
url: '#talks'
weight: 40
# - name: Projects
# url: '#projects'
# weight: 30
# - name: Talks
# url: '#talks'
# weight: 40
- name: Publications
url: '#featured'
url: '#publications'
weight: 50
- name: Contact
url: '#contact'
Expand Down
8 changes: 4 additions & 4 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ sections:
# design:
# columns: '2'
- block: collection
id: posts
id: news
content:
title: News
subtitle: ''
Expand All @@ -152,8 +152,8 @@ sections:
order: desc
design:
# Choose a layout view
# view: compact # Comment to try to remove photos
columns: '1'
view: compact
columns: '2'
# - block: portfolio
# id: projects
# content:
Expand Down Expand Up @@ -190,7 +190,7 @@ sections:
# design:
# columns: '1'
- block: collection
id: featured
id: publications
content:
title: Publications
filters:
Expand Down
Binary file removed content/authors/admin/resume.pdf
Binary file not shown.

0 comments on commit c70fca8

Please sign in to comment.