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
path: root/config
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 /config
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 'config')
-rw-r--r--config/_default/config.toml1
-rw-r--r--config/_default/params.toml3
2 files changed, 0 insertions, 4 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml
index 08e410ab..dbf0a98b 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -38,7 +38,6 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
# Workaround Hugo publishing taxonomy URLs as plurals - consistently use singular across Academic.
[permalinks]
- authors = "/author/:slug/"
tags = "/tag/:slug/"
categories = "/category/:slug/"
publication_types = "/publication-type/:slug/"
diff --git a/config/_default/params.toml b/config/_default/params.toml
index bce9396a..214e0961 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -163,9 +163,6 @@ sharing = true
# Page specific copyright licenses are also possible by adding this option to a page's front matter.
copyright_license = {enable = false, allow_derivatives = false, share_alike = true, allow_commercial = false, notice = "This work is licensed under {license}"}
-# Link authors to their profile page? (true/false)
-link_authors = true
-
# Abstract length (characters) in the Compact and Portfolio Card list views. Also, see `summaryLength` in `config.toml`.
abstract_length = 135