Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipfs-shipyard/ipfs-thing-2023
ipfs-þing-2023
https://github.com/ipfs-shipyard/ipfs-thing-2023
dweb ipfs libp2p nft p2p web3
Last synced: about 2 months ago
JSON representation
ipfs-þing-2023
- Host: GitHub
- URL: https://github.com/ipfs-shipyard/ipfs-thing-2023
- Owner: ipfs-shipyard
- License: mit
- Created: 2023-01-25T11:09:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T20:42:54.000Z (over 1 year ago)
- Last Synced: 2024-04-15T12:18:59.661Z (9 months ago)
- Topics: dweb, ipfs, libp2p, nft, p2p, web3
- Language: TypeScript
- Homepage: https://2023.ipfs-thing.io/
- Size: 3.81 MB
- Stars: 7
- Watchers: 14
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPFS þing
IPFS þing is a week-long gathering for the IPFS implementors community. There will be talks, workshops, discussion circles, hacking time, and more — all focused on advancing IPFS implementations.
## Submitting Tracks
We encourage you to submit your tracks to this site via a pull request on github, to do so...
1. Create a new file in ```/content/tracks``` and name it your-track-name.md
2. Copy and paste the following template into your new file```
---
name: Your Track
org: Organization Name
dri: Directly Responsible Individual
website: http://www.example.com or leave blank
date: 02/06/2023
days: 1
times: 19:00 - 22:00
venueName: Venue Name
venueAddress: Street Address
attendees: 100
difficulty: All Welcome
logomark: URL to a square PNG
description: Track description
category: PLN Event
tags:
- Tag 1
- Tag 2
timeslots:
- time: 09:00
speakers: None
title: Breakfast
description: Lunch will be provided.
- time: 10:30
speakers: Juan Benet
title: Opening Keynote
---
```3. Fill in the template with details for your track, please use month/day/year format for dates
4. Create a PR to this repo to add this new file
5. The Member Services team will review and merge your track into the websiteDate and days are required to display the track on the schedule.
## 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](https://github.com/ipfs-shipyard/ipfs-thing-2023) site.
Requirements:
Node.js >=16.10
Corepack is included by default with Node.js >=16.10, but is currently opt-in. To enable it, run the following command:
`corepack enable`
To run the site locally `yarn install` and `yarn dev`.
See full documentation in the docs folder.