Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

pathfindertools/pl-network-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PL Network Events

This website is a listing of events happening within the Protocol Labs Network.

Submitting Events

We encourage you to submit your events to this site via a pull request on github, to do so...

  1. Create a new file in /content/events and name it your-event-name.md
  2. Copy and paste the following template into your new file
---
eventName: Your Event
location: "City, Country" or "Location TBD"
website: http://www.example.com or leave blank
startDate: 02/06/2023
endDate: 02/09/2023
tag: "PLN Event" or "Industry Event"
dateTBD: false
---
  1. Fill in the template with details for your event, please use month/day/year format for dates
  2. Create a PR to this repo to add this new file
  3. The Member Services team will review and merge your event into the website

Start date & end date are required to display the event on the timeline.

If you don't have concrete dates, add the approximate dates & set dateTBD: true.

Editing Events

If you've already created your event but want to add or change details in the .md file, create a PR with your edit requests, along with any comments. The Spaceport team will review and merge your changes to the website.

Developers

This is a Microgen site.

To run the site locally yarn install and yarn dev.

See full documentation in the Microgen repository.