Section vs Page

Since I am struggling with anchor links on pages this differentiation really started to confuse/annoy me.

Overall I guess I might have to structure my pages differently, but I am not sure how to make markdown.md a “non orphaned” page inside of the website/ folder, without losing the “page” website/index.md

content/projects/_index.md 
content/projects/website/index.md
content/projects/website/markdown.md

Isn’t this a pretty common site structure? How do I have to organize something like this in Zola?

Making website/ a section will remove a lot of important page variables. Moving markdown.md a level down will list it with website/index.md on the projects section, which is not what I want either.

To me all of this doesn’t make a lot of sense (and I guess it is the same thing that made me become exasperated with Hugo before :confused:).

1 Like