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-09-02 23:36:07 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-09-02 23:36:07 +0300
commita5727576d93abd80c95b9814d22e30fbeab24e7f (patch)
treef5e85e31ce5f482509b19d18b48e0cfab69b215f /config
parent5e464f72b249a7dfe8a60e4284d7ce9f36773a78 (diff)
build: update to use wowchemy module
Removes hugo-academic Git Submodule and replaces it with Wowchemy Hugo Module Also enable robots.txt in config.toml
Diffstat (limited to 'config')
-rw-r--r--config/_default/config.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml
index 81a24ea8..5d5089e4 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -20,9 +20,6 @@ copyright = ""
## Advanced options below ##
############################
-# Name of Academic theme folder in `themes/`.
-theme = "academic"
-
# Get last modified date for content from Git?
enableGitInfo = false
@@ -35,6 +32,7 @@ removePathAccents = true # Workaround for https://github.com/gohugoio/hugo/issu
summaryLength = 30 # Listing summary length in words. Also, see `abstract_length` in `params.toml`.
paginate = 10 # Number of items per page in paginated lists.
enableEmoji = true
+enableRobotsTXT = true
footnotereturnlinkcontents = "<sup>^</sup>"
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
@@ -105,3 +103,8 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
[[related.indices]]
name = "authors"
weight = 20.0
+
+# Install Wowchemy
+[module]
+ [[module.imports]]
+ path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy"