prague-blockchain-week/data/23/events/_example/index.toml

112 řádky
2.3 KiB
TOML
Surový Normální zobrazení Historie

2023-01-25 13:15:21 +01:00
# the name of your event
name = "Example Event 2023"
2023-01-27 11:17:46 +01:00
# shortest possible name (without year)
2023-01-25 13:15:21 +01:00
shortname = "Example"
2023-01-27 11:17:46 +01:00
# type of the event
# available types (you can choose more):
# * meetup
# * conference
# * hackathon
# * expo
# * party
# * other
types = ["meetup"]
# status of the event
# available types:
# * idea
# * planning
# * published
2023-01-25 13:15:21 +01:00
status = "planning"
# the name of the group organizing the event
org = "Example place"
# the github handle of the directly responsible individual for this event
2023-01-27 06:47:40 +01:00
# (this person will coordinate with #pbw23 organizers)
dri = "john007"
# A point of contact (responsible person)
poc = "John Appleseed"
2023-01-25 13:15:21 +01:00
# the start date of the event
date = "2023-06-09"
# how many days the event lasts (1 - N)
days = 3
# the event times (shows up in the event card)
times = "09:00 - 20:00"
2023-01-29 06:22:20 +01:00
# Link to venues from the Places table - use this OR enter venueName, venueUrl and venueAddress
# venues = ["gabriel-loci"]
2023-01-27 11:17:46 +01:00
# the event venue name
venueName = "Example venue"
# link to the venue on google maps
venueUrl = "https://goo.gl/maps/example"
2023-01-25 13:15:21 +01:00
2023-01-27 11:17:46 +01:00
# the event venue address
venueAddress = "118 Holland St, Somerville, MA 02144"
2023-01-25 13:15:21 +01:00
2023-01-27 11:17:46 +01:00
# the languages in which the event will take place (you can choose more)
2023-01-25 13:15:21 +01:00
languages = ["english"]
# the max number of attendees of the event
attendees = 600
2023-01-27 11:17:46 +01:00
# blockchains that the event deals with
# if it is an interchain event, then leave blank
chains = ["example"]
2023-01-25 13:15:21 +01:00
# tags for the event, will show up as labels.
# pick 1-4
tags = ["solarpunk"]
2023-01-27 11:17:46 +01:00
# A logo attachment
2023-01-25 13:15:21 +01:00
#logo = "logo.jpg"
# a description of the event.
description = """
"""
2023-01-27 11:17:46 +01:00
[registration]
# type of registration
# Possible values:
# * tickets
# * invites
# * signup
type = "tickets"
# price of the ticket
price = "100 EUR"
# link to the registration or ticket purchase page
link = "https://example.org/tickets"
# custom action button label
#button = "Buy tickets!"
# status of registrations
# Possible values:
# * available
# * sold-out
# * closed
status = "available"
2023-01-25 13:15:21 +01:00
[links]
# the website of the event
# make sure to have all the relevant information: dates, venue, program, ticketing (if any), etc.
2023-01-27 11:17:46 +01:00
web = "https://example.org/"
2023-01-25 13:15:21 +01:00
2023-01-27 11:17:46 +01:00
# twitter account
twitter = "https://twitter.com/ExampleConf"
2023-01-25 13:15:21 +01:00
2023-01-27 11:17:46 +01:00
# public telegram group
telegram = "https://t.me/example"
2023-01-25 13:15:21 +01:00
2023-01-27 11:17:46 +01:00
# docs
#docs = "https://example.org/docs"