Skip to content

Commit

Permalink
Merge pull request #198601 from l0b0/feat/add-jekyll-favicon-to-full-…
Browse files Browse the repository at this point in the history
…jekyll-setup

jekyll-favicon: Add to full Jekyll setup
  • Loading branch information
raboof authored Nov 28, 2022
2 parents 3d7063b + f4c278c commit 2415d44
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/jekyll/basic/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ DEPENDENCIES
jemoji

BUNDLED WITH
2.3.25
2.3.9
1 change: 1 addition & 0 deletions pkgs/applications/misc/jekyll/full/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gem "jemoji"
# Optional dependencies:
gem "jekyll-coffeescript"
#gem "jekyll-docs"
gem "jekyll-favicon"
gem "jekyll-feed", "~> 0.9"
gem "jekyll-gist"
gem "jekyll-paginate"
Expand Down
8 changes: 7 additions & 1 deletion pkgs/applications/misc/jekyll/full/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ GEM
jekyll-coffeescript (2.0.0)
coffee-script (~> 2.2)
coffee-script-source (~> 1.12)
jekyll-favicon (1.1.0)
jekyll (>= 3.0, < 5.0)
mini_magick (~> 4.11)
rexml (~> 3.2, >= 3.2.5)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-gist (1.5.0)
Expand Down Expand Up @@ -100,6 +104,7 @@ GEM
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_magick (4.11.0)
mini_portile2 (2.8.0)
minitest (5.16.3)
nokogiri (1.13.9)
Expand Down Expand Up @@ -146,6 +151,7 @@ DEPENDENCIES
jekyll
jekyll-avatar
jekyll-coffeescript
jekyll-favicon
jekyll-feed (~> 0.9)
jekyll-gist
jekyll-mentions
Expand All @@ -163,4 +169,4 @@ DEPENDENCIES
yajl-ruby (~> 1.4)

BUNDLED WITH
2.3.25
2.3.9
21 changes: 21 additions & 0 deletions pkgs/applications/misc/jekyll/full/gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,17 @@
};
version = "2.0.0";
};
jekyll-favicon = {
dependencies = ["jekyll" "mini_magick" "rexml"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0dyksm4i11n0qshd7wh6dvk8d0fc70dd32ir2dxs6igxq0gd6hi1";
type = "gem";
};
version = "1.1.0";
};
jekyll-feed = {
dependencies = ["jekyll"];
groups = ["default"];
Expand Down Expand Up @@ -526,6 +537,16 @@
};
version = "3.2022.0105";
};
mini_magick = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1aj604x11d9pksbljh0l38f70b558rhdgji1s9i763hiagvvx2hs";
type = "gem";
};
version = "4.11.0";
};
mini_portile2 = {
groups = ["default"];
platforms = [];
Expand Down

0 comments on commit 2415d44

Please sign in to comment.