IPFS Camp 2022 is a gathering for the entire IPFS community: devs, operators, implementers, researchers – and you!
IPFS Camp 2022 is happening October 28th to October 30th, in Lisbon.
There are 2 templates you can choose from to submit a subevent:
- Use _template-short-event if your event doesn't have structured times throughout. It's short and sweet.
- Use _template-long-event if your event has a lot of breakout times for different speakers, sessions, OR is going to be multiple days long. This template has timeslots you can fill out to let attendees know what to expect and when.
- Select the short or long template depending on your event.
- Create a new file and name it your-event-name.toml
- Fill in the template with details for your event.
- Create a PR to this repo to add this new file.
- The Spaceport team will review and merge your event into the website.
A quick note: If you are submitting an event that is private, it may not show up on the website since most attendees will not be able to attend. If you'd like it to appear in the schedule for some reason, please leave a comment in your PR for the Spaceport team to review.
If you've already created your event but want to add or change details in the .toml file, create a PR with your edit requests, along with any comments. The Spaceport team will review and merge your changes to the website.
To get a dump of talks/speakers for custom analysis, you can:
- Install the python version of yq: https://github.com/kislyuk/yq
brew install python-yq
- Run a command like
tomlq -r '.name as $track_name | .date as $track_date | .timeslots[] | [$track_name, $track_date, .startTime, .title, (.speakers | join(" "))] | @csv' *.toml
The above was gleaned from:
- https://stackoverflow.com/a/71290386/16318
- https://stackoverflow.com/a/32967407/16318
- https://stackoverflow.com/a/38693695/16318
It is a boilerplate starter website you can use to organize your own decentralized event.
Just clone the https://github.com/jbenet/devent-website repo,
edit devent.toml
, change the layout and style to meet your needs,
and publish.
- Next.js
- React
- Tailwind CSS
- Flowbyte CSS
So go look in their docs & tutorials if you run into trouble.
Develop:
cd website && npm run dev
Then visit: http://localhost:3000
Publish:
cd website
npm run build
npm run export
ipfs add -r out
```pop
Publish to fleek:
- https://blog.fleek.co/posts/fleek-nextJS