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:
Diffstat (limited to 'config/_default/config.toml')
-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"