Skip to content

Commit

Permalink
add invitation do decentralized 37c3, fix docker dev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
harmoniemand committed Nov 30, 2023
1 parent 4f2f2ed commit c8ecfcc
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 52 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ _site
.scss-cache
\.sass-cache/
.idea
.jekyll-cache/
22 changes: 13 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
FROM ubuntu:focal
RUN apt update -y && \
apt install -y software-properties-common && \
apt-add-repository ppa:brightbox/ruby-ng && \
apt update -y && \
apt install -y ruby2.7 ruby2.7-dev build-essential autoconf libcurl3-gnutls libcurl3-nss && \
gem install -f ffi && \
gem install jekyll bundler
RUN bundle config --global silence_root_warning 1
FROM jekyll/jekyll:builder

RUN gem install public_suffix


# RUN apt update -y && \
# apt install -y software-properties-common && \
# apt-add-repository ppa:brightbox/ruby-ng && \
# apt update -y && \
# apt install -y ruby2.7 ruby2.7-dev build-essential autoconf libcurl3-gnutls libcurl3-nss && \
# gem install -f ffi && \
# gem install jekyll bundler
# RUN bundle config --global silence_root_warning 1
WORKDIR /cfhn
CMD ["bash", "-c", "bundle install && bundle exec jekyll serve --host 0.0.0.0"]
86 changes: 45 additions & 41 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,65 +1,69 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.6)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.5)
ffi (1.9.23)
eventmachine (1.2.7)
ffi (1.12.2)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
jekyll (3.7.3)
jekyll (4.0.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
i18n (>= 0.9.5, < 2)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
rouge (~> 3.0)
safe_yaml (~> 1.0)
jekyll-feed (0.9.3)
jekyll (~> 3.3)
jekyll-redirect-from (0.13.0)
jekyll (~> 3.3)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.4.0)
jekyll (~> 3.3)
jekyll-sitemap (0.13.0)
jekyll (~> 3.3)
jekyll-watch (2.0.0)
terminal-table (~> 1.8)
jekyll-feed (0.13.0)
jekyll (>= 3.7, < 5.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (1.16.2)
liquid (4.0.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
kramdown (2.2.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
pathutil (0.16.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.0.2)
public_suffix (4.0.4)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rouge (3.1.1)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sass (3.5.6)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.3)
rouge (3.18.0)
safe_yaml (1.0.5)
sassc (2.3.0)
ffi (~> 1.9)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)

PLATFORMS
ruby
Expand All @@ -73,4 +77,4 @@ DEPENDENCIES
tzinfo-data

BUNDLED WITH
2.0.2
2.1.4
52 changes: 52 additions & 0 deletions _posts/2023-12-27-dezentraler-37C3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
layout: event
title: Einladung zum dezentralen 37C3
description: Ein dezentraler Ableger des 37. Chaos Communication Congress in Heilbronn
tags: [CCC, 37C3]
feature_image: /uploads/post_media/2023-12-27-dezentraler-37C3/header.png
published: true
category: Einladung
registration: https://pretix.cfhn.it/cfhn/odd23/
date: 2023-02-24
excerpt: "Der Open Data Day ist ein weltweites Festival für Offene Daten. Wir veranstalten vom 4. bis 5. März hierzu einen Hackathon."
author: mia
---
(English Version down below)

Liebe Chaoswesen,

Wir freuen uns, euch zum diesjährigen, dezentralen Ableger des 37C3 einzuladen! Zusammen wollen wir im Maker Space in Heilbronn Vorträge schauen und Herumnerden.

Datum: 27. bis 30.12.
Ort: Maker Space, experimenta Heilbronn, Kranenstraße 14, 74072 Heilbronn

Taucht ein in die Welt der Technologie, Kreativität und Innovation. Wir bieten eine Plattform für den Austausch von Wissen, Ideen und spannenden Diskussionen rund um die Themen IT-Sicherheit, Netzpolitik, Softwareentwicklung und vieles mehr.


Was euch erwartet:

Interessante Vorträge - Live vom Congress in Hamburg
Ein Raum für Experimente und kreative Projekte
Eure Teilnahme stärkt unsere Gemeinschaft und fördert den gemeinsamen Austausch.

Unverbindliche Anmeldung zur besseren Planung: https://cloud.cfhn.it/apps/forms/s/yTRWKzgBDsTT2LwNLBWdtKDZ


(English Version)

Dear Beings of Chaos,

We are excited to invite you to this year's decentralized edition of the 37C3! Together, we want to watch lectures and nerd around at the Maker Space in Heilbronn.

Date: December 27 to 30
Location: Maker Space, experimenta Heilbronn, Kranenstraße 14, 74072 Heilbronn

Dive into the world of technology, creativity, and innovation. We offer a platform for exchanging knowledge, ideas, and engaging discussions about IT security, net politics, software development, and much more.

What to expect:

Interesting lectures - live from the Congress in Hamburg
A space for experiments and creative projects
Your participation strengthens our community and promotes mutual exchange.

Non-binding registration for better planning: https://cloud.cfhn.it/apps/forms/s/yTRWKzgBDsTT2LwNLBWdtKDZ
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
version: '2'
version: '3.8'

services:
jekyll_dev:
image: cfhn-jekyll-dev
# image: jekyll/jekyll:builder
build: .
volumes:
- ./:/cfhn
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c8ecfcc

Please sign in to comment.