Closed KushajveerSingh closed 4 years ago
type: "post" is only for blog posts. you don't need to declare any type for creating a new page like this. but you need to create a layout for this page. you can copy the about page layout and rename it projects
. and do some modifications.
I created a new menu option in
config.toml
as followsAfter this I created
_index.md
filehugo new projects/_index.md
.I have the following code in the file
But this not work. It does not display the text in the page. But when I change to
type='about
it works. Am I setting the type wrong?