Skip to content

Commit

Permalink
Using older version of the sass converter due to helaili/jekyll-actio…
Browse files Browse the repository at this point in the history
  • Loading branch information
gstavrinos committed Feb 9, 2023
1 parent 49418ee commit d9bdfaa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
5 changes: 3 additions & 2 deletions Gemfile
@@ -1,6 +1,7 @@
source "https://rubygems.org"

gem "webrick", "~> 1.7"
gem "jekyll", "~> 4.2"
gem "webrick", "~> 1.8.1"
gem "jekyll", "~> 4.3.2"
# gem "github-pages", "~> 228", group: :jekyll_plugins
gem "jekyll-environment-variables"
gem "jekyll-sass-converter", "~> 2.0"
18 changes: 8 additions & 10 deletions Gemfile.lock
Expand Up @@ -11,7 +11,6 @@ GEM
eventmachine (1.2.7)
ffi (1.15.5)
forwardable-extended (2.6.0)
google-protobuf (3.21.12-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
Expand All @@ -33,8 +32,8 @@ GEM
webrick (~> 1.7)
jekyll-environment-variables (1.0.1)
jekyll (>= 3.0, < 5.x)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
Expand All @@ -49,28 +48,27 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.0.1)
safe_yaml (1.0.5)
sass-embedded (1.58.0)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
webrick (1.7.0)
webrick (1.8.1)

PLATFORMS
x86_64-linux

DEPENDENCIES
jekyll (~> 4.2)
jekyll (~> 4.3.2)
jekyll-environment-variables
webrick (~> 1.7)
jekyll-sass-converter (~> 2.0)
webrick (~> 1.8.1)

BUNDLED WITH
2.3.22
2 changes: 1 addition & 1 deletion _posts/2023-02-08-ROS training.md
Expand Up @@ -3,8 +3,8 @@ layout: page
title: "ROS2 Training"
tags: ROS2 training
---

... and Kart Challenge!!!
<!--more-->

<img src="/images/posts/ros-training-banner.jpg" height="400">

Expand Down

0 comments on commit d9bdfaa

Please sign in to comment.