From 352ab2c390cc8a968609199e4dcca581fb9b8bbc Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sun, 13 Dec 2020 21:43:23 +0000 Subject: feat: unpublish author pages in the default tpl Based on feedback from users creating personal sites and not wanting to publish dedicated page for each author. But keep publishing author pages in the demo for now. --- content/authors/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/authors/_index.md (limited to 'content') diff --git a/content/authors/_index.md b/content/authors/_index.md new file mode 100644 index 00000000..2bc0b08c --- /dev/null +++ b/content/authors/_index.md @@ -0,0 +1,9 @@ +--- +# To publish author profile pages, remove all of the `_build` and `cascade` settings below. +_build: + render: never +cascade: + _build: + render: never + list: always +--- -- cgit v1.2.3