Compare commits
No commits in common. "master" and "master" have entirely different histories.
|
@ -5,7 +5,7 @@ steps:
|
|||
- name: build
|
||||
image: ruby
|
||||
commands:
|
||||
- gem install bundler:2.2.22
|
||||
- gem install bundler
|
||||
- bundle install
|
||||
- bundle exec jekyll build
|
||||
|
||||
|
@ -24,9 +24,6 @@ steps:
|
|||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
exclude:
|
||||
- pull_request
|
||||
|
||||
- name: notify
|
||||
image: plugins/matrix
|
||||
|
|
7
Gemfile
7
Gemfile
|
@ -9,8 +9,7 @@ ruby RUBY_VERSION
|
|||
#
|
||||
# This will help ensure the proper Jekyll version is running.
|
||||
# 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
|
||||
|
@ -19,12 +18,10 @@ gem "jekyll", "~> 4.3.2"
|
|||
|
||||
# If you have any plugins, put them here!
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-feed"
|
||||
gem "jekyll-feed", "~> 0.6"
|
||||
gem "jekyll-sitemap"
|
||||
gem "jekyll-sass-converter"
|
||||
end
|
||||
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||
|
||||
|
|
63
Gemfile.lock
63
Gemfile.lock
|
@ -1,36 +1,35 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.8.6)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
addressable (2.7.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.2.3)
|
||||
em-websocket (0.5.3)
|
||||
concurrent-ruby (1.1.7)
|
||||
em-websocket (0.5.2)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
eventmachine (1.2.7)
|
||||
ffi (1.16.3)
|
||||
ffi (1.13.1)
|
||||
forwardable-extended (2.6.0)
|
||||
http_parser.rb (0.8.0)
|
||||
i18n (1.14.1)
|
||||
http_parser.rb (0.6.0)
|
||||
i18n (1.8.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jekyll (4.3.3)
|
||||
jekyll (4.1.1)
|
||||
addressable (~> 2.4)
|
||||
colorator (~> 1.0)
|
||||
em-websocket (~> 0.5)
|
||||
i18n (~> 1.0)
|
||||
jekyll-sass-converter (>= 2.0, < 4.0)
|
||||
jekyll-sass-converter (~> 2.0)
|
||||
jekyll-watch (~> 2.0)
|
||||
kramdown (~> 2.3, >= 2.3.1)
|
||||
kramdown (~> 2.1)
|
||||
kramdown-parser-gfm (~> 1.0)
|
||||
liquid (~> 4.0)
|
||||
mercenary (>= 0.3.6, < 0.5)
|
||||
mercenary (~> 0.4.0)
|
||||
pathutil (~> 0.9)
|
||||
rouge (>= 3.0, < 5.0)
|
||||
rouge (~> 3.0)
|
||||
safe_yaml (~> 1.0)
|
||||
terminal-table (>= 1.8, < 4.0)
|
||||
webrick (~> 1.7)
|
||||
jekyll-feed (0.17.0)
|
||||
terminal-table (~> 1.8)
|
||||
jekyll-feed (0.15.1)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-sass-converter (2.1.0)
|
||||
sassc (> 2.0.1, < 3.0)
|
||||
|
@ -38,43 +37,41 @@ GEM
|
|||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
kramdown (2.4.0)
|
||||
kramdown (2.3.0)
|
||||
rexml
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
kramdown (~> 2.0)
|
||||
liquid (4.0.4)
|
||||
listen (3.8.0)
|
||||
liquid (4.0.3)
|
||||
listen (3.3.3)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
mercenary (0.4.0)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (5.0.4)
|
||||
rb-fsevent (0.11.2)
|
||||
public_suffix (4.0.6)
|
||||
rb-fsevent (0.10.4)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
rexml (3.2.6)
|
||||
rouge (4.2.0)
|
||||
rexml (3.2.4)
|
||||
rouge (3.26.0)
|
||||
safe_yaml (1.0.5)
|
||||
sassc (2.4.0)
|
||||
ffi (~> 1.9)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
unicode-display_width (2.5.0)
|
||||
webrick (1.8.1)
|
||||
terminal-table (1.8.0)
|
||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||
unicode-display_width (1.7.0)
|
||||
|
||||
PLATFORMS
|
||||
x86_64-linux-musl
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
jekyll (~> 4.3.2)
|
||||
jekyll-feed
|
||||
jekyll-sass-converter
|
||||
jekyll (>= 3.8.5)
|
||||
jekyll-feed (~> 0.6)
|
||||
jekyll-sitemap
|
||||
tzinfo-data
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.1.1p18
|
||||
ruby 2.7.1p83
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.25
|
||||
2.1.4
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
- danish_title: "Lørdag d. 9. novemeber"
|
||||
- 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!"
|
||||
english_title: "Saturday November 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
|
||||
- danish_title: "Lørdag d. 14. december"
|
||||
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. 11. januar"
|
||||
- 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 January 11"
|
||||
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!"
|
||||
time: "13:00-17:00"
|
||||
current: true
|
|
@ -10,6 +10,6 @@
|
|||
- name: "EFF's Security Education Companion"
|
||||
url: "https://sec.eff.org/"
|
||||
desc: "A free resource for digital security educators"
|
||||
- name: "The guide to restoring your online privacy."
|
||||
url: "https://www.privacyguides.org/en/"
|
||||
desc: "Different tools to protect your privacy online"
|
||||
- name: "CopenhagenSec"
|
||||
url: "https://www.meetup.com/CopenhagenSec/"
|
||||
desc: "A meetup group in Copenhagen about (advanced) IT security"
|
||||
|
|
|
@ -70,6 +70,16 @@
|
|||
</ul>
|
||||
</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">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# 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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue