From a9b11187ba1f9d0831a12cb8727e3233a79d18a8 Mon Sep 17 00:00:00 2001 From: William Jackson <565174+williamjacksn@users.noreply.github.com> Date: Thu, 30 Jan 2025 19:46:17 -0600 Subject: Mark the interviews folder as a section (#3161) Adding `_index.md` to the `interviews` folder will mark this folder as a "section". Pages in this section will now inherit section settings from the parent `essays` section, including rendering using the `essay.html` template instead of the default `page.html` template. Adding `render = false` to the interview section metadata will suppress generating a page at `/essays/interviews/index.html` --- www/content/essays/interviews/_index.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 www/content/essays/interviews/_index.md diff --git a/www/content/essays/interviews/_index.md b/www/content/essays/interviews/_index.md new file mode 100644 index 00000000..800a2443 --- /dev/null +++ b/www/content/essays/interviews/_index.md @@ -0,0 +1,3 @@ ++++ +render = false ++++ -- cgit v1.2.3