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
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-12-31 16:55:46 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-12-31 16:56:20 +0300
commitd99a03a46fe59269e23a272c996184d2df0ef884 (patch)
tree8102290fc0929d28252130819e2b6c184a28fce5 /content
parent756904fa4cec9fe5702dfbd604feae2285d097dc (diff)
modules: update - get Hugo v0.91 support
Diffstat (limited to 'content')
-rw-r--r--content/home/posts.md23
-rw-r--r--content/home/publications.md25
2 files changed, 22 insertions, 26 deletions
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 %}}