jekyll erro fix try007
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rolf Amfelt 2024-01-21 09:49:53 +01:00
parent f06abe5ab5
commit ebd167899d
5 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 {

View File

@ -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