modules: update - add support for any event type
This commit is contained in:
parent
790241a282
commit
43b360627f
19 changed files with 20 additions and 16 deletions
|
@ -36,8 +36,10 @@ enableRobotsTXT = true
|
|||
footnotereturnlinkcontents = "<sup>^</sup>"
|
||||
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/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue