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
path: root/config
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-11-13 03:19:36 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-11-13 03:19:36 +0300
commitf702e0b354fb7368bcdbe43355d1f2b638aef820 (patch)
treebb34209533218d17e1d7f1c46d8125724905e203 /config
parent391db20c757757684a8ea6b67cdf5151225315a5 (diff)
upgrade: Contact widget due to Formspree deprecation
see https://github.com/wowchemy/wowchemy-hugo-modules/issues/1940
Diffstat (limited to 'config')
-rw-r--r--config/_default/config.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml
index 98fb7453..08e410ab 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -47,6 +47,13 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
home = [ "HTML", "RSS", "JSON", "WebAppManifest" ]
section = [ "HTML", "RSS" ]
+[mediaTypes."application/manifest+json"]
+ suffixes = ["webmanifest"]
+
+[outputFormats.WebAppManifest]
+ mediaType = "application/manifest+json"
+ rel = "manifest"
+
# Configure the Markdown renderer.
[markup]
defaultMarkdownHandler = "goldmark"