1
0

theme: upgrade to latest v4.5-dev

This commit is contained in:
George Cushen
2019-07-27 23:07:08 +01:00
parent 5b2d67bdb4
commit 34d8ccabea
5 changed files with 19 additions and 4 deletions

View File

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