Closed dnth closed 2 years ago
first you need to create a page for skill if you want a skill page, or if you just want a skill section on home page create a section add the section on the page. on config.toml add something like this:
[[menu.main]]
name = "Skill"
url = "#skill"
weight = 7
add an ID on your skill section tag...
I will be happy to help you if you give me the repo link where you are working... 😃
Thank you! I have done exactly as you specified above. But when I click on the Skills button on the header, it doesnt bring me to the Skills section.
Here is my repo https://github.com/dnth/dnth.github.io
I added the id here instead and it works.
This means I need to modify the theme. Is there any other way to accomplish this without modifying the theme? Or should I open a PR for this here?
How do we properly add "Skills" on the webpage header? I added them in the
config.toml
file but could not link it to the Skills section.