Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-12-14 00:43:23 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-12-14 00:43:23 +0300
commit352ab2c390cc8a968609199e4dcca581fb9b8bbc (patch)
tree08eaea219b2283fcded4cf71401967211abccbe8 /content
parent65635bbff9b59c9ef79a6f669fef5ffdefdaa767 (diff)
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.
Diffstat (limited to 'content')
-rw-r--r--content/authors/_index.md9
1 files changed, 9 insertions, 0 deletions
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
+---