Skip to content

Commit

Permalink
More bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado committed Mar 20, 2024
1 parent 31e61e6 commit 86dedb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
20 changes: 3 additions & 17 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
source "https://rubygems.org"

# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.8.5"
# 1. bundle install
# 2. jekyll serve
gem "jekyll", "~> 4.3.3"

# This is the yat theme for new Jekyll sites. You may change this to anything you like.
# gem "jekyll-theme-yat"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins

# If you have any plugins, put them here!
group :jekyll_plugins do
end

Expand Down
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ defaults:
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
layout: "default"
render_with_liquid: false # Avoids using liquid inside pages

0 comments on commit 86dedb6

Please sign in to comment.