/{slug} at root and /articles/ list page?

Howdy ya’ll, I’m wanting to have a blog, where I can have URL slugs be under the root domain. But if I do that, I lose my listing page currently at /articles/

I can move the slug to be off the root:

[permalinks]
articles = “/:sections[1:]/:slug/”

But my previous /articles/ page I can’t get to list out the articles (when they’re under articles/ dir).

Any two cents? Will keep investigating / double checking URL management

Actually, I think I got it with this:

[permalinks]
  articles = "/:contentbasename/"

Great! I set that, and my /articles/ page still has the paginated list. Great.