Skip to content

Commit

Permalink
modules: update - migrate to events
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Dec 29, 2020
1 parent 37ec62b commit 7b188a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
3 changes: 0 additions & 3 deletions content/event/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
title: Recent & Upcoming Events

# This is the event/talk archive page.
layout: talk

# View.
# 1 = List
# 2 = Compact
Expand Down
3 changes: 0 additions & 3 deletions content/event/example/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
title: Example Event

# This page represents an event/talk.
type: talk

event: Wowchemy Conference
event_url: https://example.org

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/wowchemy/starter-research-group
go 1.15

require (
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201129124759-cdcfa2da28e2 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201129124759-cdcfa2da28e2 // indirect
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201228231801-219b05cbd2c4 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201228231801-219b05cbd2c4 // indirect
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201129124759-cdcfa2da28e2 h1:9xMDzFv9AeLK1hk+/zUQZn9xMVEqnaEXLucTDmuV9wo=
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201129124759-cdcfa2da28e2/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201129124759-cdcfa2da28e2 h1:gGFh4JB+4FzJEcj9rfQ6pkL+Ql4kQ+DxGcnKJYHKdrM=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201129124759-cdcfa2da28e2/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201228231801-219b05cbd2c4 h1:taX+pKqywm2nxmGsVZNj2OCoW39yzLJHwfC4e3j2PO0=
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201228231801-219b05cbd2c4/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201228231801-219b05cbd2c4 h1:EIk8PqNiLg1YcddZWwh2Khgvfkxh5KSX5hNsI7UBJVM=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201228231801-219b05cbd2c4/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=

0 comments on commit 7b188a1

Please sign in to comment.