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:
Diffstat (limited to 'exampleSite/config/_default/config.toml')
-rw-r--r--exampleSite/config/_default/config.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml
index 4ccecc1a..99e69288 100644
--- a/exampleSite/config/_default/config.toml
+++ b/exampleSite/config/_default/config.toml
@@ -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.
authors = "/author/:slug/"
tags = "/tag/:slug/"
categories = "/category/:slug/"