From 43b360627f81ebe2b50f586177694fd91bae8374 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 28 Dec 2020 23:35:36 +0000 Subject: modules: update - add support for any event type --- config/_default/config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/_default/config.toml b/config/_default/config.toml index efdd9b53..9e5469c3 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -36,8 +36,10 @@ enableRobotsTXT = true footnotereturnlinkcontents = "^" ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_cache$"] -# Workaround Hugo publishing taxonomy URLs as plurals - consistently use singular across Academic. [permalinks] + # If only creating events which are talks, we can optimize event URLs for talks. + event = "/talk/:slug/" + # Workaround Hugo publishing taxonomy URLs as plurals - consistently use singular across Academic. tags = "/tag/:slug/" categories = "/category/:slug/" publication_types = "/publication-type/:slug/" -- cgit v1.2.3