I have two folders, poems and essays under mysite/content folder. I’d like the same names to be menus and show the posts under poems and essays folder when clicked. However, with my current setting, the posts under poems and essays are not showing. They’re just showing regular posts. Setup like this is supposed to be natively supported. I’m perhaps missing something else…
My hugo.toml has:
[menu]
[[menu.main]]
identifier =’poems’
name = ‘poems’
title = ‘poems’
url = ‘/poems’
[[menu.main]]
identifier ='essays'
name = 'essays'
title = 'essays'
url = '/essays'
I’m using the etch theme.