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-12-14 00:53:11 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-12-14 00:53:11 +0300
commit9ed74b5ba750499b086594a8de85856d44c2ee32 (patch)
tree7fa4eeedec17392e011f2291318eb36f18c7c63c /config
parent352ab2c390cc8a968609199e4dcca581fb9b8bbc (diff)
feat: remove "_files$" from Hugo's default ignoreFiles
For blogdown projects, this means that any figures produced by knitting any .Rmd or .Rmarkdown files will be ignored by the Hugo build. To make them appear in a deployed site, blogdown users will need to remove this item from ignoreFiles in their configuration file. See https://github.com/wowchemy/wowchemy-hugo-modules/discussions/2031#discussion-61686
Diffstat (limited to 'config')
-rw-r--r--config/_default/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml
index dbf0a98b..efdd9b53 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -34,7 +34,7 @@ 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$"]
+ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
# Workaround Hugo publishing taxonomy URLs as plurals - consistently use singular across Academic.
[permalinks]