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:
parent
65635bbff9
commit
352ab2c390
22 changed files with 18 additions and 16 deletions
9
content/authors/_index.md
Normal file
9
content/authors/_index.md
Normal 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
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue