Skip to content

Commit

Permalink
Merge pull request #8 from ivan-penchev/f/release_6.1
Browse files Browse the repository at this point in the history
Release 6.1.0
  • Loading branch information
ivan-penchev authored Aug 26, 2023
2 parents 3bbfee7 + eb9bdc6 commit 98f9204
Show file tree
Hide file tree
Showing 93 changed files with 12 additions and 7,541 deletions.
18 changes: 12 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,27 @@

source "https://rubygems.org"

gemspec
gem "jekyll-theme-chirpy", "~> 6.1"

group :test do
gem "html-proofer", "~> 3.18"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
gem "tzinfo", "~> 1.2"
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Jekyll <= 4.2.0 compatibility with Ruby 3.0
gem "webrick", "~> 1.7"
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

# Lock jekyll-sass-converter to 2.x on Linux-musl
if RUBY_PLATFORM =~ /linux-musl/
gem "jekyll-sass-converter", "~> 2.0"
end
12 changes: 0 additions & 12 deletions _includes/assets-origin.html

This file was deleted.

5 changes: 0 additions & 5 deletions _includes/comments.html

This file was deleted.

54 changes: 0 additions & 54 deletions _includes/comments/disqus.html

This file was deleted.

56 changes: 0 additions & 56 deletions _includes/comments/giscus.html

This file was deleted.

51 changes: 0 additions & 51 deletions _includes/comments/utterances.html

This file was deleted.

21 changes: 0 additions & 21 deletions _includes/datetime.html

This file was deleted.

17 changes: 0 additions & 17 deletions _includes/favicons.html

This file was deleted.

36 changes: 0 additions & 36 deletions _includes/footer.html

This file was deleted.

14 changes: 0 additions & 14 deletions _includes/google-analytics.html

This file was deleted.

Loading

0 comments on commit 98f9204

Please sign in to comment.