From 8417f57a52c54355daa448e558b06fb9bc21183e Mon Sep 17 00:00:00 2001 From: George Cushen Date: Fri, 19 Apr 2019 15:01:37 +0100 Subject: theme: update to v4.2.4 - add support for Hugo v0.55.2+ --- config/_default/config.toml | 1 - netlify.toml | 2 +- themes/academic | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 8bc4a359..dc9027a3 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -40,7 +40,6 @@ paginate = 10 # Number of items per page in paginated lists. enableEmoji = true footnotereturnlinkcontents = "^" ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"] -preserveTaxonomyNames = true [outputs] home = [ "HTML", "CSS", "RSS", "JSON" ] diff --git a/netlify.toml b/netlify.toml index 066303b0..341a7afc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.53" + HUGO_VERSION = "0.55.2" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/themes/academic b/themes/academic index 01114416..c2b4586f 160000 --- a/themes/academic +++ b/themes/academic @@ -1 +1 @@ -Subproject commit 01114416aaaafd61022c79deca445b1ca8bd70f7 +Subproject commit c2b4586f5297a5c57995c3082f99129949677967 -- cgit v1.2.3