Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

8 changed files with 62 additions and 61 deletions

View file

@ -5,7 +5,7 @@ steps:
- name: build - name: build
image: ruby image: ruby
commands: commands:
- gem install bundler:2.2.22 - gem install bundler
- bundle install - bundle install
- bundle exec jekyll build - bundle exec jekyll build
@ -24,9 +24,6 @@ steps:
when: when:
branch: branch:
- master - master
event:
exclude:
- pull_request
- name: notify - name: notify
image: plugins/matrix image: plugins/matrix

View file

@ -9,8 +9,7 @@ ruby RUBY_VERSION
# #
# This will help ensure the proper Jekyll version is running. # This will help ensure the proper Jekyll version is running.
# Happy Jekylling! # Happy Jekylling!
gem "jekyll", "~> 4.3.2" gem "jekyll", ">= 3.8.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
@ -19,12 +18,10 @@ gem "jekyll", "~> 4.3.2"
# If you have any plugins, put them here! # If you have any plugins, put them here!
group :jekyll_plugins do group :jekyll_plugins do
gem "jekyll-feed" gem "jekyll-feed", "~> 0.6"
gem "jekyll-sitemap" gem "jekyll-sitemap"
gem "jekyll-sass-converter"
end end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

View file

@ -1,36 +1,35 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
addressable (2.8.6) addressable (2.7.0)
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.2.3) concurrent-ruby (1.1.7)
em-websocket (0.5.3) em-websocket (0.5.2)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0) http_parser.rb (~> 0.6.0)
eventmachine (1.2.7) eventmachine (1.2.7)
ffi (1.16.3) ffi (1.13.1)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
http_parser.rb (0.8.0) http_parser.rb (0.6.0)
i18n (1.14.1) i18n (1.8.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (4.3.3) jekyll (4.1.1)
addressable (~> 2.4) addressable (~> 2.4)
colorator (~> 1.0) colorator (~> 1.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
i18n (~> 1.0) i18n (~> 1.0)
jekyll-sass-converter (>= 2.0, < 4.0) jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0) jekyll-watch (~> 2.0)
kramdown (~> 2.3, >= 2.3.1) kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0) kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0) liquid (~> 4.0)
mercenary (>= 0.3.6, < 0.5) mercenary (~> 0.4.0)
pathutil (~> 0.9) pathutil (~> 0.9)
rouge (>= 3.0, < 5.0) rouge (~> 3.0)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0) terminal-table (~> 1.8)
webrick (~> 1.7) jekyll-feed (0.15.1)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.1.0) jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0) sassc (> 2.0.1, < 3.0)
@ -38,43 +37,41 @@ GEM
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
kramdown (2.4.0) kramdown (2.3.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.3)
listen (3.8.0) listen (3.3.3)
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)
mercenary (0.4.0) mercenary (0.4.0)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (5.0.4) public_suffix (4.0.6)
rb-fsevent (0.11.2) rb-fsevent (0.10.4)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rexml (3.2.6) rexml (3.2.4)
rouge (4.2.0) rouge (3.26.0)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sassc (2.4.0) sassc (2.4.0)
ffi (~> 1.9) ffi (~> 1.9)
terminal-table (3.0.2) terminal-table (1.8.0)
unicode-display_width (>= 1.1.1, < 3) unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (2.5.0) unicode-display_width (1.7.0)
webrick (1.8.1)
PLATFORMS PLATFORMS
x86_64-linux-musl ruby
DEPENDENCIES DEPENDENCIES
jekyll (~> 4.3.2) jekyll (>= 3.8.5)
jekyll-feed jekyll-feed (~> 0.6)
jekyll-sass-converter
jekyll-sitemap jekyll-sitemap
tzinfo-data tzinfo-data
RUBY VERSION RUBY VERSION
ruby 3.1.1p18 ruby 2.7.1p83
BUNDLED WITH BUNDLED WITH
2.3.25 2.1.4

View file

@ -1,18 +1,18 @@
- danish_title: "Lørdag d. 14. december" - danish_title: "Lørdag d. 12. februar"
danish_text: "Vi sidder i <strong>Fairbar</strong>. Kom og drik god kaffe med os og lær at sikre dit privatliv på det vilde web!" danish_text: "Vi sidder i <strong>Fairbar</strong>. Kom og drik god kaffe med os og lær at sikre dit privatliv på det vilde web!"
english_title: "Saturday December 14" english_title: "Saturday February 12"
english_text: "We'll be at <strong>Fairbar</strong>, as usual. Come join us, drink a cup of good coffee and learn how to protect your privacy!"
time: "13:00-17:00"
current: false
- danish_title: "Lørdag d. 12. marts"
danish_text: "Vi sidder i <strong>Fairbar</strong>. Kom og drik god kaffe med os og lær at sikre dit privatliv på det vilde web!"
english_title: "Saturday March 12"
english_text: "We'll be at <strong>Fairbar</strong>, as usual. Come join us, drink a cup of good coffee and learn how to protect your privacy!"
time: "13:00-17:00"
current: false
- danish_title: "Lørdag d. 9. april"
danish_text: "Vi sidder i <strong>Fairbar</strong>. Kom og drik god kaffe med os og lær at sikre dit privatliv på det vilde web!"
english_title: "Saturday April 9"
english_text: "We'll be at <strong>Fairbar</strong>, as usual. Come join us, drink a cup of good coffee and learn how to protect your privacy!" english_text: "We'll be at <strong>Fairbar</strong>, as usual. Come join us, drink a cup of good coffee and learn how to protect your privacy!"
time: "13:00-17:00" time: "13:00-17:00"
current: true current: true
- danish_title: "Lørdag d. 11. januar"
danish_text: "Vi sidder i <strong>Fairbar</strong>. Kom og drik god kaffe med os og lær at sikre dit privatliv på det vilde web!"
english_title: "Saturday January 11"
english_text: "We'll be at <strong>Fairbar</strong>, as usual. Come join us, drink a cup of good coffee and learn how to protect your privacy!"
time: "13:00-17:00"
current: false
- danish_title: "Lørdag d. 8. februar"
danish_text: "Vi sidder i <strong>Fairbar</strong>. Kom og drik god kaffe med os og lær at sikre dit privatliv på det vilde web!"
english_title: "Saturday February 8th"
english_text: "We'll be at <strong>Fairbar</strong>, as usual. Come join us, drink a cup of good coffee and learn how to protect your privacy!"
time: "13:00-17:00"
current: false

View file

@ -10,6 +10,6 @@
- name: "EFF's Security Education Companion" - name: "EFF's Security Education Companion"
url: "https://sec.eff.org/" url: "https://sec.eff.org/"
desc: "A free resource for digital security educators" desc: "A free resource for digital security educators"
- name: "The guide to restoring your online privacy." - name: "CopenhagenSec"
url: "https://www.privacyguides.org/en/" url: "https://www.meetup.com/CopenhagenSec/"
desc: "Different tools to protect your privacy online" desc: "A meetup group in Copenhagen about (advanced) IT security"

View file

@ -70,6 +70,16 @@
</ul> </ul>
</nav> </nav>
<section id="logo">
<div class="container">
<div class="row">
<div class="col-md-8">
<img src="assets/logo/logo.png" />
</div>
</div>
</div>
</section>
<section id="intro"> <section id="intro">
<div class="container"> <div class="container">
<div class="row"> <div class="row">

View file

@ -3,7 +3,7 @@
--- ---
Cryptoaarhus er en stribe uformelle og hyggelige sammenkomster som foregår den anden lørdag i måneden. Vi er en flok privacy elskende nørder der sidder klar til at hjælpe dig i gang med at bruge nogle af de populære og anerkendte privacy- og sikkerhedsværktøjer både på din smartphone og på din computer. Cryptoaarhus er en stribe uformelle og hyggelige sammenkomster som foregår den anden lørdag i måneden. Vi er en flok privacy elskende nørder der sidder klar til at hjælpe dig i gang med at bruge nogle af de populære og anerkendte privacy- og sikkerhedsværktøjer både på din smartphone og på din computer.
Events vil blive annonceret på Mastodon via profilen [@cryptoaarhus@social.data.coop][mastodon], her kan du også komme i kontakt med stamdeltagerne hvis du har spørgsmål. Events vil blive annonceret på Twitter via profilen [@cryptoaarhus][twitter], her kan du også komme i kontakt med stamdeltagerne hvis du har spørgsmål.
Så kom ned og sig hej, drik en kop lækker kaffe, og få en sludder om privatliv, sikkerhed og dataetik på internettet. Så kom ned og sig hej, drik en kop lækker kaffe, og få en sludder om privatliv, sikkerhed og dataetik på internettet.
@ -11,4 +11,4 @@ Hvis du bor tættere på København, er [Cryptohagen][cryptohagen] måske mere i
[cryptohagen]:https://cryptohagen.dk/ [cryptohagen]:https://cryptohagen.dk/
[mastodon]:https://social.data.coop/@cryptoaarhus [twitter]:https://twitter.com/cryptoaarhus

View file

@ -1,7 +1,7 @@
# What is it # What is it
--- ---
Cryptoaarhus is a series of informal get-togethers the second Saturday of every month in Aarhus. Cryptoaarhus is a series of informal get-togethers every last Sunday of the month in Aarhus.
There is a similar event in [Copenhagen][cryptohagen] There is a similar event in [Copenhagen][cryptohagen]
@ -27,7 +27,7 @@ So come on down and say hi, have a chat and a good cup of coffee. All you need t
## Get in touch ## Get in touch
You can write to us on mastodon. Our handle is [@cryptoaarhus@social.data.coop][mastodon]. We have a [Twitter account][twitter]. Feel free to write us there, a few of us have access to it so we'll be sure to reply as soon as we can.
[cryptohagen]:https://cryptohagen.dk/index_en.html [cryptohagen]:https://cryptohagen.dk/index_en.html
[mastodon]:https://social.data.coop/@cryptoaarhus [twitter]:https://twitter.com/cryptoaarhus