Compare commits

..

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

7 changed files with 59 additions and 52 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,12 +1,18 @@
- danish_title: "Lørdag d. 11. maj" - 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 May 11" 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!" 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: false
- danish_title: "Lørdag d. 8. juni" - 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!" 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 June 8" 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!" 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: false 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!"
time: "13:00-17:00"
current: true

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

@ -1,7 +1,7 @@
# What is it # What is it
--- ---
Cryptoaarhus is a series of informal get-togethers the second Sunday 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]