1+ # the name of your event
2+ name = " ShutterDao 0x36 meetup @BBW24"
3+
4+ # shortest possible name (without year)
5+ shortname = " ShutterDao 0x36 meetup"
6+
7+ # type of the event
8+ # available types (you can choose more):
9+ # * meetup
10+ # * conference
11+ # * hackathon
12+ # * expo
13+ # * party
14+ # * other
15+ types = [" meetup" , " party" ]
16+
17+ # status of the event
18+ # available types:
19+ # * idea
20+ # * planning
21+ # * published
22+ status = " published"
23+
24+ # the name of the group organizing the event
25+ org = " ShutterDao 0x36"
26+
27+ # the github handle of the directly responsible individual for this event
28+ # (this person will coordinate with #bbw24 organizers)
29+ dri = " Cbezzenberger"
30+
31+ # A point of contact (responsible person)
32+ poc = " @cklbe"
33+
34+ # the start date of the event
35+ date = " 2024-05-23"
36+
37+ # how many days the event lasts (1 - N)
38+ days = 1
39+
40+ # the event times (shows up in the event card)
41+ times = " 17:30-21:00"
42+
43+ # Link to venues from the Places table - use this OR enter venueName, venueUrl and venueAddress
44+ # venues = []
45+
46+ # the event venue name
47+ venueName = " Cuvrystr 1. Rooftop (6th floor)"
48+
49+ # link to the venue on open street maps
50+ venueUrl = " https://www.openstreetmap.org/node/1244883358#map=19/52.50036/13.44636"
51+
52+ # the event venue address
53+ venueAddress = " Cuvrystr. 1, 10997 Berlin"
54+
55+ # the languages in which the event will take place (you can choose more)
56+ languages = [" english" ]
57+
58+ # the max number of attendees of the event
59+ attendees = 100
60+
61+ # blockchains that the event deals with
62+ # if it is an interchain event, then leave blank
63+ chains = []
64+
65+ # tags for the event, will show up as labels.
66+ # pick 1-4
67+ tags = [" Shutter" , " Dao" , " MEV" ]
68+
69+ # A logo attachment
70+ logo = " shutterLogo.png"
71+
72+ # a description of the event.
73+ description = """
74+ Friends of ShutterDao 0x36, come and get a drink with us, enjoy the sunset, and talk all things Shutter!
75+
76+ Drinks are complementary; feel free to pick up food on the way - Berlin's famous Burgermeister is just around the corner.
77+ """
78+
79+ [registration ]
80+ # type of registration
81+ # Possible values:
82+ # * tickets
83+ # * invites
84+ # * signup
85+ type = " signup"
86+
87+ # price of the ticket
88+ price = " 0 EUR"
89+
90+ # link to the registration or ticket purchase page
91+ link = " https://lu.ma/4kkg9qar"
92+
93+ # custom action button label
94+ button = " Sign up on Luma!"
95+
96+ # status of registrations
97+ # Possible values:
98+ # * available
99+ # * sold-out
100+ # * closed
101+ status = " available"
102+
103+ [links ]
104+ # the website of the event
105+ # make sure to have all the relevant information: dates, venue, program, ticketing (if any), etc.
106+ web = " https://lu.ma/4kkg9qar"
107+
108+ # twitter account
109+ twitter = " https://twitter.com/project_shutter"
110+
111+ # public telegram group
112+ # telegram = "https://t.me/example"
113+
114+ # docs
115+ # docs = "https://example.org/docs"
0 commit comments