Compare commits

..

7 commits

Author SHA1 Message Date
Jesper Hess c4cc99cd23
Add May 2020
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-01 21:04:09 +01:00
Jesper Hess a29fc27c9f
Add April 2020 2020-03-01 21:03:49 +01:00
Jesper Hess 8c3630e1e4
Add .jekyll-cache to .gitignore 2020-03-01 21:03:48 +01:00
Jesper Hess c748f717e2
Fix typo in events.yml 2020-03-01 21:03:47 +01:00
Jesper Hess 10e3fde4c0
Specify specific version of bundler in .drone.yml 2020-03-01 21:03:46 +01:00
Jesper Hess a5ea201918
Update Gemfile.lock 2020-03-01 21:03:45 +01:00
Jesper Hess f160cf389b
Add Feb & Mar 2020 dates 2020-03-01 21:03:44 +01:00
4 changed files with 12 additions and 13 deletions

View file

@ -3,11 +3,11 @@ name: default
steps:
- name: build
image: jekyll
image: ruby
commands:
- gem install bundler
- gem install bundler:1.17.3
- bundle install
- bundle exec jekyll build --trace
- bundle exec jekyll build
- name: docker
image: plugins/docker

View file

@ -1 +0,0 @@
Triggering drone

View file

@ -4,15 +4,15 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.5)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.12.2)
ffi (1.11.3)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.2)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
jekyll (4.0.0)
addressable (~> 2.4)
@ -31,7 +31,7 @@ GEM
terminal-table (~> 1.8)
jekyll-feed (0.13.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.1.0)
jekyll-sass-converter (2.0.1)
sassc (> 2.0.1, < 3.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
@ -47,17 +47,17 @@ GEM
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.3)
public_suffix (4.0.2)
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (3.16.0)
rouge (3.14.0)
safe_yaml (1.0.5)
sassc (2.2.1)
ffi (~> 1.9)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.6.1)
unicode-display_width (1.6.0)
PLATFORMS
ruby
@ -72,4 +72,4 @@ RUBY VERSION
ruby 2.6.5p114
BUNDLED WITH
2.0.2
1.17.3