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. --- config/_default/config.toml | 1 - config/_default/params.toml | 3 --- 2 files changed, 4 deletions(-) (limited to 'config') 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 -- cgit v1.2.3