Skip to content

Add navigation data for new homepage - #1

Merged
sanglinwei merged 1 commit into
masterfrom
new-homepage-1
Aug 15, 2026
Merged

Add navigation data for new homepage#1
sanglinwei merged 1 commit into
masterfrom
new-homepage-1

Conversation

@sanglinwei

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI lite review requested due to automatic review settings August 15, 2026 06:41
@sanglinwei
sanglinwei merged commit 837b587 into master Aug 15, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a _data/navigation.yml data file intended to drive the site’s main navigation for the homepage.

Changes:

  • Introduces main navigation entries (About, News, Publications, etc.) with fragment links.
  • Adds a Chinese navigation entry.
Suppressed comments (3)

_data/navigation.yml:16

  • These navigation entries point to anchors that don’t exist anywhere in the repo (no matching headings/ids were found), so they will be dead links. Either add the corresponding sections to the homepage or remove these items until they exist.
  - title: "Honors and Awards"
    url: "/#-honors-and-awards"

  - title: "Educations"
    url: "/#-educations"

_data/navigation.yml:19

  • This navigation entry points to an anchor that doesn’t exist anywhere in the repo (no matching heading/id was found), so it will be a dead link. Either add the corresponding section to the homepage or remove this item until it exists.
  - title: "Research Grants"
    url: "/#-research-grants"

_data/navigation.yml:22

  • /cn/ doesn’t exist in the repo; the Chinese page appears to be generated from ch_index.md and is linked elsewhere as ch_index.html. This nav link will 404 as-is.
  - title: "中文"
    url: "/cn/"

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread _data/navigation.yml
Comment on lines +6 to +10
- title: "News"
url: "/#-news"

- title: "Publications"
url: "/#-publications"
Comment thread _data/navigation.yml
@@ -0,0 +1,22 @@
# main links links
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants