creating events page and webinar page
This commit is contained in:
25
events/index.qmd
Normal file
25
events/index.qmd
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
sidebar: false
|
||||
description: "A list of events we participate in or offer ourselves."
|
||||
toc: true
|
||||
listing:
|
||||
date-format: long
|
||||
feed: true
|
||||
filter-ui: false
|
||||
type: table
|
||||
table-hover: false
|
||||
sort-ui: false
|
||||
sort: "date desc"
|
||||
categories: false
|
||||
fields: [date, title, description, calendar]
|
||||
id: events-listings
|
||||
contents: events_data/events.yml
|
||||
field-display-names:
|
||||
categories: Type
|
||||
calendar: " "
|
||||
aliases: ["events/"]
|
||||
format:
|
||||
html:
|
||||
page-layout: full
|
||||
anchor-sections: true
|
||||
---
|
Reference in New Issue
Block a user