|
@@ -40,9 +40,16 @@ footnotereturnlinkcontents = "<sup>^</sup>"
|
|
|
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
|
|
|
|
|
[outputs]
|
|
|
- home = [ "HTML", "RSS", "JSON" ]
|
|
|
+ home = [ "HTML", "RSS", "JSON", "WebAppManifest" ]
|
|
|
section = [ "HTML", "RSS" ]
|
|
|
|
|
|
+[mediaTypes."application/manifest+json"]
|
|
|
+ suffixes = ["webmanifest"]
|
|
|
+
|
|
|
+[outputFormats.WebAppManifest]
|
|
|
+ mediaType = "application/manifest+json"
|
|
|
+ rel = "manifest"
|
|
|
+
|
|
|
# Configure BlackFriday Markdown rendering.
|
|
|
# See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
|
|
|
[blackfriday]
|