calintat / minimal

Personal blog theme powered by Hugo
https://themes.gohugo.io/minimal/
MIT License
404 stars 221 forks source link

Create a new main.menu #77

Closed patarol closed 2 years ago

patarol commented 6 years ago

I'm trying to create a new item in the [[menu.main]], say About Me.

I tried to do something like:

[[menu.main]]
--
   url = "/about_me/"
   name = "About Me"
   weight = 4

Then I've created a directory in my content directory and it works.

However it gets the same structure as posts and project. I would like to do something like by cliking in the About Me menu, just show a text with the description (written in .md) and not a post like page.

Is that possible to do something like that?

Here´s an example.

thank you

erolrecep commented 5 years ago

He explains here