demo: update modules

replace static/admin/ with module
This commit is contained in:
George Cushen
2021-01-23 19:24:23 +00:00
parent 6c8ea94485
commit 9ba41382eb
6 changed files with 13 additions and 344 deletions

View File

@@ -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"