mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 18:10:52 +02:00
starters: add publication_type
filter example
This commit is contained in:
parent
41bd113535
commit
3fa4435e55
2 changed files with 17 additions and 4 deletions
|
@ -56,6 +56,19 @@ sections:
|
|||
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:
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue