chore: add exampleSite
And associated files for Hugo Themes Site
This commit is contained in:
44
exampleSite/content/home/talks.md
Normal file
44
exampleSite/content/home/talks.md
Normal file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
# An instance of the Pages widget.
|
||||
# Documentation: https://sourcethemes.com/academic/docs/page-builder/
|
||||
widget: pages
|
||||
|
||||
# Activate this widget? true/false
|
||||
active: true
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 70
|
||||
|
||||
title: Recent & Upcoming Talks
|
||||
subtitle:
|
||||
|
||||
content:
|
||||
# Page type to display. E.g. post, talk, publication...
|
||||
page_type: talk
|
||||
# Choose how much pages you would like to display (0 = all pages)
|
||||
count: 5
|
||||
# Filter on criteria
|
||||
filters:
|
||||
author: ""
|
||||
category: ""
|
||||
tag: ""
|
||||
exclude_featured: false
|
||||
exclude_future: false
|
||||
exclude_past: false
|
||||
publication_type: ""
|
||||
# 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: 2
|
||||
---
|
||||
Reference in New Issue
Block a user