From 24d89591bdf15ff3592b4ba328056688a7e4ed6a Mon Sep 17 00:00:00 2001
From: Frank Delporte
Date: Thu, 14 Sep 2023 23:53:56 +0200
Subject: [PATCH] =?UTF-8?q?Added=20Chicago=20Java=20User=E2=80=99s=20Group?=
=?UTF-8?q?=20+=20include=20Mastodon=20link=20#76?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* Added BelgianJUG
* Corrected founding date to 1996
* #10 add Mastodon (and ChicagoJUG)
* #10 add Mastodon (and ChicagoJUG)
---------
Co-authored-by: Frank Delporte
---
_jugs/BelgianJUG.md | 1 +
_jugs/BrusselsJUG.md | 1 +
_jugs/ChicagoJUG.md | 9 +++++++++
index.html | 11 +++++++++--
4 files changed, 20 insertions(+), 2 deletions(-)
create mode 100644 _jugs/ChicagoJUG.md
diff --git a/_jugs/BelgianJUG.md b/_jugs/BelgianJUG.md
index 1fd1740..d824e83 100644
--- a/_jugs/BelgianJUG.md
+++ b/_jugs/BelgianJUG.md
@@ -3,6 +3,7 @@ name: "Belgian Java User Group"
country: Belgium
website: https://www.meetup.com/belgian-java-user-group
twitter: BeJUG
+mastodon: https://foojay.social/@BeJUG
location: 50.846816259061896, 4.352442201048654
founded_date: 1996-01-01
---
diff --git a/_jugs/BrusselsJUG.md b/_jugs/BrusselsJUG.md
index 4d20e3d..aa577d6 100644
--- a/_jugs/BrusselsJUG.md
+++ b/_jugs/BrusselsJUG.md
@@ -3,6 +3,7 @@ name: "Brussels Java User Group"
country: Belgium
website: http://www.brujug.be/
twitter: BruJUG
+mastodon: https://foojay.social/@brujug
location: 50.849594, 4.364084
founded_date: 2010-03-01
---
diff --git a/_jugs/ChicagoJUG.md b/_jugs/ChicagoJUG.md
new file mode 100644
index 0000000..3895b7d
--- /dev/null
+++ b/_jugs/ChicagoJUG.md
@@ -0,0 +1,9 @@
+---
+name: "Chicago Java User’s Group"
+country: USA
+website: https://www.meetup.com/ChicagoJUG/
+twitter: cjug
+mastodon: https://foojay.social/@ChicagoJUG
+location: 41.87964294558547, -87.63584297206118
+founded_date: 2013-01-01
+---
diff --git a/index.html b/index.html
index 3e4166b..e4ff601 100644
--- a/index.html
+++ b/index.html
@@ -22,8 +22,15 @@ {{ jug.name }}
Location: {{ jug.location }}
Date founded: {{ jug.founded_date }}
Country: {{ jug.country }}
- Website
- Twitter
+ {% if jug.website %}
+ Website
+ {% endif %}
+ {% if jug.twitter %}
+ Twitter
+ {% endif %}
+ {% if jug.mastodon %}
+ Mastodon
+ {% endif %}
{% endfor %}