Test override output folder

In this setup, the page template is located at /site/test3/index.njk, so the build output path would be "www/test3/index.html". That can be overridden. For example, this page is output in abc new folder called "abc" by adding

permalink: "www/abc/index.html" permalinkBypassOutputDir: true

to the frontmatter.