diff --git a/.drone.yml b/.drone.yml index 0394d4d..3b96e36 100755 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: build image: ruby commands: - - gem install bundler:1.17.3 + - gem install bundler:2.2.22 - bundle install - bundle exec jekyll build diff --git a/Gemfile b/Gemfile index 214626a..3cf1ed3 100755 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ ruby RUBY_VERSION # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", ">= 4.2.0" +gem "jekyll", "4.3.3" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and @@ -18,7 +18,7 @@ gem "jekyll", ">= 4.2.0" # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.6" + gem "jekyll-feed", "0.17.0" gem "jekyll-sitemap" end diff --git a/Gemfile.lock b/Gemfile.lock index 42137ef..32c5373 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,8 +68,8 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - jekyll (>= 4.2.0) - jekyll-feed (~> 0.6) + jekyll (= 4.3.3) + jekyll-feed (= 0.17.0) jekyll-sitemap tzinfo-data diff --git a/assets/css/cryptohagen.scss b/assets/css/cryptohagen.scss index 7706b79..d4c92dc 100755 --- a/assets/css/cryptohagen.scss +++ b/assets/css/cryptohagen.scss @@ -1,4 +1,5 @@ --- +--- $font-family-sans-serif: monospace; $font-family-serif: monospace; @@ -25,7 +26,7 @@ $brand-danger: #B4763C; } body { - padding-top: 50px; /* Because of static topbar */ + padding-top: 50px; } section { diff --git a/docker-compose.yml b/docker-compose.yml index b999011..4c3cba0 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: jekyll: - image: jekyll/builder:latest + image: jekyll/jekyll:latest command: jekyll serve --trace --livereload --livereload-port 35729 ports: - 4000:4000