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:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-01-23 22:24:23 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-01-23 22:24:23 +0300
commit9ba41382eb33e9046d1d26ba3044c56be47bd791 (patch)
treecb11e90af9db0556aff96f7409dfd6d4f54b7a56 /exampleSite/config
parent6c8ea944851ec09bc9374d8ac6a0db3187cde24c (diff)
demo: update modules
replace static/admin/ with module
Diffstat (limited to 'exampleSite/config')
-rw-r--r--exampleSite/config/_default/config.toml17
1 files changed, 4 insertions, 13 deletions
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"