Skip to content

Commit

Permalink
starters: add publication_type filter example
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed May 13, 2024
1 parent 0114a38 commit 2cc2381
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,20 @@ sections:
spacing:
padding: ['20px', '0', '20px', '0']
css_class: fullscreen


- block: collection
content:
title: Latest Preprints
text: ""
count: 5
filters:
folders:
- publication
publication_type: 'article'
design:
view: citation
columns: '1'

- block: markdown
content:
title:
Expand All @@ -64,4 +77,4 @@ sections:
{{% cta cta_link="./people/" cta_text="Meet the team →" %}}
design:
columns: '1'
---
---
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/wowchemy/starter-hugo-research-group
go 1.15

require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.8-0.20240513193311-41bd113535e8
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms v0.1.2-0.20231108143325-448ed0e3bd2b
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240509231741-c3d23d929bc6
)

0 comments on commit 2cc2381

Please sign in to comment.