From 6c8ea944851ec09bc9374d8ac6a0db3187cde24c Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 23 Jan 2021 19:11:34 +0000 Subject: modules: update Also update links and docs --- config/_default/config.toml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'config') diff --git a/config/_default/config.toml b/config/_default/config.toml index 9e5469c3..47024f8d 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -35,6 +35,7 @@ enableEmoji = true enableRobotsTXT = true footnotereturnlinkcontents = "^" ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_cache$"] +disableAliases = true # Disable aliases when `redirects` is added to the `outputs` below. [permalinks] # If only creating events which are talks, we can optimize event URLs for talks. @@ -45,15 +46,8 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", " publication_types = "/publication-type/:slug/" [outputs] - home = [ "HTML", "RSS", "JSON", "WebAppManifest" ] - section = [ "HTML", "RSS" ] - -[mediaTypes."application/manifest+json"] - suffixes = ["webmanifest"] - -[outputFormats.WebAppManifest] - mediaType = "application/manifest+json" - rel = "manifest" + home = ["HTML", "RSS", "JSON", "WebAppManifest", "headers", "redirects"] + section = ["HTML", "RSS"] # Configure the Markdown renderer. [markup] @@ -101,13 +95,9 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", " name = "categories" weight = 70.0 - [[related.indices]] - name = "authors" - weight = 20.0 - # Install Wowchemy [module] - [[module.imports]] - path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy" [[module.imports]] path = "github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic" + [[module.imports]] + path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy" -- cgit v1.2.3