Is it possible to somehow disable specific URL paths?
I think it would be useful in some scenarios. For example a site has a blog and there are authors. The directory structure on the disk looks like this: content/author/[author name].md Now, each author has an own page (/author/[author name]) but it doesn’t really make sense to serve something on the /author page, however Hugo really want to do that. The /authors page could be also used as a listing page of authors, but lets assume it doesn’t fit into the picture.