Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2022-02-15 00:33:31 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2022-02-15 00:33:40 +0300
commit2836ae6190500ba150c2397bb024bac891a98e6a (patch)
tree6c86b7cf7fa2bef598489fd7d52c7bb44016a75a /content
parent892862d62a667f945e006b245c8291d82241c5e2 (diff)
modules: upgrade to v5.5-dev
Diffstat (limited to 'content')
-rw-r--r--content/admin/index.md1
-rw-r--r--content/event/example/index.md6
-rw-r--r--content/home/contact.md31
3 files changed, 33 insertions, 5 deletions
diff --git a/content/admin/index.md b/content/admin/index.md
index 04c96f80..a396feaf 100644
--- a/content/admin/index.md
+++ b/content/admin/index.md
@@ -1,6 +1,7 @@
---
# Generate Wowchemy CMS
type: wowchemycms
+private: true
outputs:
- wowchemycms_config
- HTML
diff --git a/content/event/example/index.md b/content/event/example/index.md
index dcfcc4c7..5e49c169 100644
--- a/content/event/example/index.md
+++ b/content/event/example/index.md
@@ -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: []
diff --git a/content/home/contact.md b/content/home/contact.md
index cdb3055f..94dac716 100644
--- a/content/home/contact.md
+++ b/content/home/contact.md
@@ -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'
---