This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git


The following commit(s) were added to refs/heads/master by this push:
     new cf072ca  events page, initial version
     new d3ded53  Merge pull request #25 from bamaer/master
cf072ca is described below

commit cf072ca3561ad2e8f4140e563bc23133d2339d65
Author: Bart Maertens <[email protected]>
AuthorDate: Sun Mar 7 09:59:07 2021 +0100

    events page, initial version
---
 config.toml                         |  9 +++++++-
 content/community/events/index.adoc | 41 +++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+), 1 deletion(-)

diff --git a/config.toml b/config.toml
index 26c6b14..5ecfd90 100644
--- a/config.toml
+++ b/config.toml
@@ -102,9 +102,16 @@ enableRobotsTXT = true
     url = "/community/mailing-list/"
 
 [[menu.main]]
-    name = "Team"
+    name = "Events"
     parent = "community"
     weight = 4
+    identifier = "community-events"
+    url = "/community/events"
+
+[[menu.main]]
+    name = "Team"
+    parent = "community"
+    weight = 5
     identifier = "community-team"
     url = "/community/team/"
 
diff --git a/content/community/events/index.adoc 
b/content/community/events/index.adoc
new file mode 100644
index 0000000..420f592
--- /dev/null
+++ b/content/community/events/index.adoc
@@ -0,0 +1,41 @@
+---
+title: "Events"
+---
+
+## Community Events
+
+No (wo)man is an island. As an open source project and even more so a 
community, Apache Hop (Incubating) cares deeply about sharing knowledge and 
experiences.
+
+Events, in any shape of form, are a great way to meet and connect with fellow 
Hop users, developers and other community members.
+
+<<events-agenda, The agenda>> lists all planned and past events in the Hop 
community.
+
+## Planning and adding your own event
+
+We encourage everyone in the Apache Hop (Incubating) community to organize and 
host events. An "event" is a very broad term and can be local Hop user group 
meetings, local or online hackathons, brainstorm sessions or a variety of other 
event types,
+
+To add your event to the agenda, send a mailto:[email protected][mail, 
Apache Hop event announcement, add your event description here] to the users 
mailing list (mailto:[email protected][subscribe] if you haven't 
already) with the name, a brief description, the date/time and registration 
link for your event.
+
+A recording of your event can be added to the 
https://www.youtube.com/channel/UCGlcYslwe03Y2zbZ1W6DAGA[Hop Youtube channel]. 
Once published, the link to your recording will be added to the 
<<events-agenda, agenda>>.
+
+
+## Recurring Events
+
+### Hot Hop Hangouts
+
+The Hot Hop Hangouts (3Hx) have been organized at irregular times since the 
start of the Apache Hop (Incubating) project.
+
+A new Hot Hop Hangout session is organized every other week. Topics will 
alternate between _technical_ and _user-oriented_, so there is one technical 
and one user oriented 3Hx each month.
+
+mailto:[email protected][Send, 3Hx presentation submission, add your 
presentation topic and brief description here] your submissions for a 3Hx talk 
to to the users mailing list to get it added to the agenda.
+
+[[events-agenda]]
+## Agenda
+
+[%header,cols="2,4,1,1,1"]
+|===
+|Event name|Description|date|link (subscribe/attend)|recording
+|3H6|Hot Hop Hangout 6 (agenda TBD)|2021-04-29|-|-
+|3H5|Hot Hop Hangout 5 (agenda TBD)|2021-04-15|-|-
+|3H4|Hot Hop Hangout 4 (agenda TBD)|2021-04-01|-|-
+|===

Reply via email to