RayeRen / acad-homepage.github.io

AcadHomepage: A Modern and Responsive Academic Personal Homepage
MIT License
1.07k stars 1.98k forks source link

How to chang the items on the Head Part? #16

Open chenQ1114 opened 1 year ago

chenQ1114 commented 1 year ago

Hi Renyi,

Thanks for your sharing github project of homepage. I have made my own homepage except the adjusted head part at https://chenq1114.github.io/. Through editing the navigation.yml file, I add the "Professional services" on the head part as below.

title: "Professional services" url: "/#-services"

However, the new item cannot jump to the context normally. Would you please tell me how to fix it? Thank you very much!

Best, Chen Qiu

gwbeip commented 1 year ago

Try to add

<span class='anchor' id='-professional-services'></span>

before

# 🎖 Professional services

in _pages/about.md.