From 3bac8f0494bf35e64fb5943a99ccc377e7cac390 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Fri, 6 Mar 2020 21:20:22 +0000 Subject: theme: upgrade to v4.8.0 --- config/_default/config.toml | 1 + config/_default/params.toml | 3 +++ content/home/featured.md | 1 + content/home/posts.md | 1 + content/home/publications.md | 1 + content/home/talks.md | 1 + netlify.toml | 2 +- themes/academic | 2 +- 8 files changed, 10 insertions(+), 2 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 8e9b871b..0162a0d5 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -31,6 +31,7 @@ hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages. defaultContentLanguageInSubdir = false removePathAccents = true # Workaround for https://github.com/gohugoio/hugo/issues/5687 +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 footnotereturnlinkcontents = "^" diff --git a/config/_default/params.toml b/config/_default/params.toml index 71e03626..91ffc754 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -155,6 +155,9 @@ sharing = true # Link authors to their profile page? (true/false) link_authors = true +# Abstract length (characters) in the Compact and Portfolio Card list views. Also, see `summaryLength` in `config.toml`. +abstract_length = 135 + # Load JS plugins # E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`. plugins_js = [] diff --git a/content/home/featured.md b/content/home/featured.md index f3df47e5..7c74def8 100644 --- a/content/home/featured.md +++ b/content/home/featured.md @@ -29,6 +29,7 @@ subtitle = "" tag = "" category = "" publication_type = "" + author = "" [design] # Toggle between the various page layout types. diff --git a/content/home/posts.md b/content/home/posts.md index 12b3b6f3..0071af26 100644 --- a/content/home/posts.md +++ b/content/home/posts.md @@ -28,6 +28,7 @@ subtitle = "" tag = "" category = "" publication_type = "" + author = "" exclude_featured = false [design] diff --git a/content/home/publications.md b/content/home/publications.md index 1d22f863..b0d7d214 100644 --- a/content/home/publications.md +++ b/content/home/publications.md @@ -28,6 +28,7 @@ subtitle = "" tag = "" category = "" publication_type = "" + author = "" exclude_featured = false [design] diff --git a/content/home/talks.md b/content/home/talks.md index 2be02588..bb92b27f 100644 --- a/content/home/talks.md +++ b/content/home/talks.md @@ -28,6 +28,7 @@ subtitle = "" tag = "" category = "" publication_type = "" + author = "" exclude_featured = false exclude_past = false exclude_future = false diff --git a/netlify.toml b/netlify.toml index 8ad9fe46..e577e13a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.64.0" + HUGO_VERSION = "0.66.0" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/themes/academic b/themes/academic index 4ed72d85..21e7bc8d 160000 --- a/themes/academic +++ b/themes/academic @@ -1 +1 @@ -Subproject commit 4ed72d85b2ed13917b851a642165bf57b6b59852 +Subproject commit 21e7bc8d3dbdce283f855046e8a8fc042a76db01 -- cgit v1.2.3