From d99a03a46fe59269e23a272c996184d2df0ef884 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Fri, 31 Dec 2021 13:55:46 +0000 Subject: modules: update - get Hugo v0.91 support --- content/home/posts.md | 23 ++++++++++------------- content/home/publications.md | 25 ++++++++++++------------- 2 files changed, 22 insertions(+), 26 deletions(-) (limited to 'content') diff --git a/content/home/posts.md b/content/home/posts.md index 0d05b39a..2bf55edd 100644 --- a/content/home/posts.md +++ b/content/home/posts.md @@ -13,19 +13,19 @@ title: Recent Posts subtitle: content: - # Page type to display. E.g. post, talk, publication... - page_type: post - # Choose how many pages you would like to display (0 = all pages) - count: 5 # Filter on criteria filters: - author: "" - category: "" - tag: "" + folders: + - post + tag: '' + category: '' + publication_type: '' + author: '' exclude_featured: false exclude_future: false exclude_past: false - publication_type: "" + # Choose how many pages you would like to display (0 = all pages) + count: 5 # Choose how many pages you would like to offset by offset: 0 # Page order: descending (desc) or ascending (asc) date. @@ -33,9 +33,6 @@ content: design: # Choose a view for the listings: - # 1 = List - # 2 = Compact - # 3 = Card - # 4 = Citation (publication only) - view: 2 + view: compact + columns: '2' --- diff --git a/content/home/publications.md b/content/home/publications.md index ecd3a43b..71c7d7b9 100644 --- a/content/home/publications.md +++ b/content/home/publications.md @@ -13,28 +13,27 @@ title: Recent Publications subtitle: '' content: - # Page type to display. E.g. post, talk, publication... - page_type: publication - # Choose how much pages you would like to display (0 = all pages) - count: 5 - # Choose how many pages you would like to offset by - offset: 0 - # Page order: descending (desc) or ascending (asc) date. - order: desc # Filter on criteria filters: + folders: + - publication tag: '' category: '' publication_type: '' author: '' exclude_featured: true + exclude_future: false + exclude_past: false + # Choose how many pages you would like to display (0 = all pages) + count: 0 + # Choose how many pages you would like to offset by + offset: 0 + # Page order: descending (desc) or ascending (asc) date. + order: desc design: # Choose a view for the listings: - # 1 = List - # 2 = Compact - # 3 = Card - # 4 = Citation (publication only) - view: 4 + view: citation + columns: '2' --- {{% callout note %}} -- cgit v1.2.3