modules: upgrade to v5.5-dev

This commit is contained in:
George Cushen
2022-02-14 21:33:31 +00:00
parent 892862d62a
commit 2836ae6190
8 changed files with 129 additions and 152 deletions

View File

@@ -1,6 +1,7 @@
---
# Generate Wowchemy CMS
type: wowchemycms
private: true
outputs:
- wowchemycms_config
- HTML

View File

@@ -17,12 +17,12 @@ abstract: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere
# Talk start and end times.
# End time can optionally be hidden by prefixing the line with `#`.
date: "2030-06-01T13:00:00Z"
date_end: "2030-06-01T15:00:00Z"
date: '2030-06-01T13:00:00Z'
date_end: '2030-06-01T15:00:00Z'
all_day: false
# Schedule page publish date (NOT talk date).
publishDate: "2017-01-01T00:00:00Z"
publishDate: '2017-01-01T00:00:00Z'
authors: []
tags: []

View File

@@ -1,6 +1,5 @@
---
# An instance of the Contact widget.
# Documentation: https://sourcethemes.com/academic/docs/page-builder/
widget: contact
# This file represents a page section.
@@ -24,7 +23,35 @@ content:
netlify:
# Enable CAPTCHA challenge to reduce spam?
captcha: false
# Contact details (edit or remove options as required)
email: test@example.org
phone: 888 888 88 88
address:
street: 450 Serra Mall
city: Stanford
region: CA
postcode: '94305'
country: United States
country_code: US
coordinates:
latitude: '37.4275'
longitude: '-122.1697'
directions: Enter Building 1 and take the stairs to Office 200 on Floor 2
office_hours:
- 'Monday 10:00 to 13:00'
- 'Wednesday 09:00 to 10:00'
appointment_url: 'https://calendly.com'
contact_links:
- icon: twitter
icon_pack: fab
name: DM Me
link: 'https://twitter.com/Twitter'
- icon: video
icon_pack: fas
name: Zoom Me
link: 'https://zoom.com'
design:
columns: '2'
---