Werbung für Veranstaltung am 19.10.2024 hinzugefügt.
This commit is contained in:
parent
1bd067c2cf
commit
a1351481c2
2 changed files with 47 additions and 29 deletions
66
Gemfile.lock
66
Gemfile.lock
|
@ -1,47 +1,49 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (7.1.3)
|
activesupport (7.2.1)
|
||||||
base64
|
base64
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
||||||
connection_pool (>= 2.2.5)
|
connection_pool (>= 2.2.5)
|
||||||
drb
|
drb
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
|
logger (>= 1.4.2)
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
mutex_m
|
securerandom (>= 0.3)
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0, >= 2.0.5)
|
||||||
addressable (2.8.6)
|
addressable (2.8.7)
|
||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 7.0)
|
||||||
base64 (0.2.0)
|
base64 (0.2.0)
|
||||||
bigdecimal (3.1.6)
|
bigdecimal (3.1.8)
|
||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
concurrent-ruby (1.2.3)
|
concurrent-ruby (1.3.4)
|
||||||
connection_pool (2.4.1)
|
connection_pool (2.4.1)
|
||||||
digest (3.1.1)
|
digest (3.1.1)
|
||||||
drb (2.2.0)
|
drb (2.2.1)
|
||||||
ruby2_keywords
|
|
||||||
em-websocket (0.5.3)
|
em-websocket (0.5.3)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0)
|
http_parser.rb (~> 0)
|
||||||
eventmachine (1.2.7)
|
eventmachine (1.2.7)
|
||||||
execjs (2.9.1)
|
execjs (2.9.1)
|
||||||
ffi (1.16.3)
|
ffi (1.17.0-x86_64-linux-gnu)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
gemoji (4.1.0)
|
gemoji (4.1.0)
|
||||||
google-protobuf (3.25.3-x86_64-linux)
|
google-protobuf (4.28.2-x86_64-linux)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
html-pipeline (2.14.3)
|
html-pipeline (2.14.3)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
nokogiri (>= 1.4)
|
nokogiri (>= 1.4)
|
||||||
htmlentities (4.3.4)
|
htmlentities (4.3.4)
|
||||||
http_parser.rb (0.8.0)
|
http_parser.rb (0.8.0)
|
||||||
i18n (1.14.1)
|
i18n (1.14.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jektex (0.1.1)
|
jektex (0.1.1)
|
||||||
digest (~> 3.1.1, >= 3.1.1)
|
digest (~> 3.1.1, >= 3.1.1)
|
||||||
execjs (~> 2.1, >= 2.9.1)
|
execjs (~> 2.1, >= 2.9.1)
|
||||||
htmlentities (~> 4.3, >= 4.3.4)
|
htmlentities (~> 4.3, >= 4.3.4)
|
||||||
jekyll (4.3.3)
|
jekyll (4.3.4)
|
||||||
addressable (~> 2.4)
|
addressable (~> 2.4)
|
||||||
colorator (~> 1.0)
|
colorator (~> 1.0)
|
||||||
em-websocket (~> 0.5)
|
em-websocket (~> 0.5)
|
||||||
|
@ -72,47 +74,50 @@ GEM
|
||||||
gemoji (>= 3, < 5)
|
gemoji (>= 3, < 5)
|
||||||
html-pipeline (~> 2.2)
|
html-pipeline (~> 2.2)
|
||||||
jekyll (>= 3.0, < 5.0)
|
jekyll (>= 3.0, < 5.0)
|
||||||
json (2.7.1)
|
json (2.7.2)
|
||||||
kramdown (2.4.0)
|
kramdown (2.4.0)
|
||||||
rexml
|
rexml
|
||||||
kramdown-parser-gfm (1.1.0)
|
kramdown-parser-gfm (1.1.0)
|
||||||
kramdown (~> 2.0)
|
kramdown (~> 2.0)
|
||||||
liquid (4.0.4)
|
liquid (4.0.4)
|
||||||
listen (3.8.0)
|
listen (3.9.0)
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
|
logger (1.6.1)
|
||||||
mercenary (0.4.0)
|
mercenary (0.4.0)
|
||||||
minitest (5.22.2)
|
minitest (5.25.1)
|
||||||
mutex_m (0.2.0)
|
nokogiri (1.16.7-x86_64-linux)
|
||||||
nokogiri (1.16.2-x86_64-linux)
|
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (5.0.4)
|
public_suffix (6.0.1)
|
||||||
racc (1.7.3)
|
racc (1.8.1)
|
||||||
|
rake (13.2.1)
|
||||||
rb-fsevent (0.11.2)
|
rb-fsevent (0.11.2)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.11.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
redcarpet (3.6.0)
|
redcarpet (3.6.0)
|
||||||
rexml (3.2.6)
|
rexml (3.3.8)
|
||||||
rouge (4.2.0)
|
rouge (4.4.0)
|
||||||
ruby2_keywords (0.0.5)
|
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sass-embedded (1.69.5-x86_64-linux-gnu)
|
sass-embedded (1.79.4-x86_64-linux-gnu)
|
||||||
google-protobuf (~> 3.23)
|
google-protobuf (~> 4.27)
|
||||||
sassc (2.4.0)
|
sassc (2.4.0)
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
|
securerandom (0.3.1)
|
||||||
terminal-table (3.0.2)
|
terminal-table (3.0.2)
|
||||||
unicode-display_width (>= 1.1.1, < 3)
|
unicode-display_width (>= 1.1.1, < 3)
|
||||||
tzinfo (2.0.6)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
unicode-display_width (2.5.0)
|
unicode-display_width (2.6.0)
|
||||||
webrick (1.8.1)
|
webrick (1.8.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
bigdecimal
|
||||||
|
drb
|
||||||
jektex (~> 0.1)
|
jektex (~> 0.1)
|
||||||
jekyll (~> 4.2)
|
jekyll (~> 4.2)
|
||||||
jekyll-feed (~> 0.13)
|
jekyll-feed (~> 0.13)
|
||||||
|
@ -121,7 +126,10 @@ DEPENDENCIES
|
||||||
jekyll-titles-from-headings (~> 0.5)
|
jekyll-titles-from-headings (~> 0.5)
|
||||||
jemoji (~> 0.12)
|
jemoji (~> 0.12)
|
||||||
json
|
json
|
||||||
|
logger
|
||||||
|
racc
|
||||||
sass-embedded (~> 1.55)
|
sass-embedded (~> 1.55)
|
||||||
|
securerandom
|
||||||
tzinfo (~> 1.2)
|
tzinfo (~> 1.2)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
wdm (~> 0.1.1)
|
wdm (~> 0.1.1)
|
||||||
|
|
10
connections-2024.md
Normal file
10
connections-2024.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
title: Connections 2024
|
||||||
|
---
|
||||||
|
|
||||||
|
Am 19.10.2024 von 10 bis 23 Uhr laden wir alle Wesen ins [Juku Alzey](https://www.openstreetmap.org/#map=18/49.74393/8.11683) ein, um sich mit uns und dem Chaos zu connecten.
|
||||||
|
Damit sich dafür auch ausreichend Gelegenheiten bieten, planen wir ein recht lockeres Programm, an dessen Ende wir gemeinsam [All Creatures Welcome](https://sandratrostel.de/portfolio_page/all-creatures-welcome/) schauen wollen.
|
||||||
|
Falls auch du das Programm mitgestalten möchtest, trage dich gern in den [Call for Participation](https://md.chaostreff-alzey.de/aumQ0vMkS_GkPvmfGzgdFA?both) ein.
|
||||||
|
Wir freuen uns, dich zu sehen!
|
||||||
|
|
Loading…
Reference in a new issue