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.
This commit is contained in:
George Cushen 2020-12-13 21:43:23 +00:00
parent 65635bbff9
commit 352ab2c390
22 changed files with 18 additions and 16 deletions

View file

@ -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
---