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>2021-01-23 22:11:34 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-01-23 22:11:34 +0300
commit6c8ea944851ec09bc9374d8ac6a0db3187cde24c (patch)
treebb6ca0d89efd181f7e36b7bda301398f66c8a8c7 /config
parent443d5d35aeb7749bfb634a979549c64619a5fbc1 (diff)
modules: update
Also update links and docs
Diffstat (limited to 'config')
-rw-r--r--config/_default/config.toml20
1 files changed, 5 insertions, 15 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml
index 9e5469c3..47024f8d 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -35,6 +35,7 @@ enableEmoji = true
enableRobotsTXT = true
footnotereturnlinkcontents = "<sup>^</sup>"
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
+disableAliases = true # Disable aliases when `redirects` is added to the `outputs` below.
[permalinks]
# If only creating events which are talks, we can optimize event URLs for talks.
@@ -45,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", "redirects"]
+ section = ["HTML", "RSS"]
# Configure the Markdown renderer.
[markup]
@@ -101,13 +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/wowchemy"
- [[module.imports]]
path = "github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic"
+ [[module.imports]]
+ path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy"