From 9ba41382eb33e9046d1d26ba3044c56be47bd791 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 23 Jan 2021 19:24:23 +0000 Subject: demo: update modules replace static/admin/ with module --- exampleSite/config/_default/config.toml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'exampleSite/config') diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml index 99e69288..3b5a1faf 100644 --- a/exampleSite/config/_default/config.toml +++ b/exampleSite/config/_default/config.toml @@ -46,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"] + section = ["HTML", "RSS"] # Configure the Markdown renderer. [markup] @@ -102,11 +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/netlify-cms-academic" [[module.imports]] path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy" -- cgit v1.2.3