about summary refs log tree commit diff
path: root/pkgs/applications/misc/jekyll
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-03-30jekyll: update dependenciesMario Rodas4-85/+63
2024-02-26jekyll: 4.3.1 -> 4.3.3Simon Žlender5-180/+386
2024-02-11treewide: add `mainProgram`h7x41-0/+1
2022-11-24jekyll-favicon: Add to full Jekyll setupVictor Engmark4-2/+30
2022-11-23jekyll: update dependenciesArnout Engelen4-66/+90
2022-11-23jekyll: force ruby platform when updating dependenciesArnout Engelen1-1/+1
Fixes #202506 where an updated jekyll couldn't be used because the platform-specific and ruby version of the nokogiri dependency got confused. Inspiration for this fix from https://github.com/nix-community/bundix/issues/88
2022-10-15jekyll: 4.2.0 -> 4.2.2Anthony Roussel5-236/+252
2022-08-14treewide: bundlerApp makeWrapper buildInputs -> nativeBuildInputsArtturin1-1/+1
the docs for bundlerApp used to have makeWrapper in buildInputs but it has been corrected already
2021-05-13maintainers: remove pesterhazyMichael Weiss1-1/+1
Their last commit was caf43ad5af9 from 2015. Thank you for your contributions.
2021-05-13jekyll: Remove myself as maintainerMichael Weiss1-1/+1
I don't use it much anymore.
2021-04-01jekyll: Update the dependencies (security, CVE-2021-28834)Michael Weiss4-36/+36
This fixes a potential security issue (reported by bundler-audit) by updating kramdown to 2.3.1 for CVE-2021-28834 [0]. [0]: https://github.com/advisories/GHSA-52p9-v744-mwjj
2021-03-04jekyll: update various pluginsArnout Engelen4-77/+113
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-05jekyll: add jekyll-polyglotArnout Engelen3-1/+16
2020-12-14jekyll: 4.1.1 -> 4.2.0Michael Weiss4-119/+109
2020-08-13jekyll: Update the dependencies (security, CVE-2020-14001)Michael Weiss4-45/+45
This fixes a potential security issue (reported by bundler-audit) by updating kramdown to 2.3.0 for CVE-2020-14001 [0]. [0]: https://github.com/advisories/GHSA-mqm2-cgpr-p4m6
2020-06-25jekyll: 4.1.0 -> 4.1.1Michael Weiss4-48/+48
2020-05-27jekyll: 4.0.1 -> 4.1.0Michael Weiss4-16/+16
2020-05-22jekyll: Update the dependencies (security, CVE-2020-8165)Michael Weiss4-21/+21
This fixes a potential security issue (reported by bundler-audit) by updating activesupport to 6.0.3.1 for CVE-2020-8165 [0]. [0]: https://groups.google.com/forum/#!topic/rubyonrails-security/bv6fW4S0Y1c
2020-05-10jekyll: 4.0.0 -> 4.0.1Michael Weiss5-92/+119
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-06update versions in Gemfile.lockMichael Fellinger2-2/+2
2020-02-28jekyll: Update the dependencies (security, CVE-2020-7595)Michael Weiss4-115/+116
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0]. [0]: https://github.com/sparklemotion/nokogiri/issues/1992
2019-11-17jekyll: Update the dependencies (security)Michael Weiss4-132/+108
This updates Nokogiri to 1.10.5 for CVE-2019-13117, CVE-2019-13118, and CVE-2019-18197 [0]. [0]: https://github.com/sparklemotion/nokogiri/issues/1943
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-21jekyll: 3.8.6 -> 4.0.0Michael Weiss6-211/+192
2019-08-17jekyll: Update the dependencies (security, CVE-2019-5477)Michael Weiss4-35/+35
2019-07-03jekyll: 3.8.5 -> 3.8.6 (security)Michael Weiss4-49/+49
There was a minor security issue (no CVE) [0]: > Security Fixes > - Theme gems: ensure directories aren't symlinks (#7424) More details: https://github.com/jekyll/jekyll/pull/7419 [0]: https://github.com/jekyll/jekyll/releases
2019-06-28jekyll: Improve the "jekyll new" experienceMichael Weiss1-1/+26
See https://github.com/NixOS/nixpkgs/issues/58126 for more details. This will instruct the user how to manually finish the setup instead of failing with error messages (unfortunately it is quite a bit hacky though...). Extra note: We cannot use "bundle config --local" due to BUNDLE_GEMFILE (would attempt to create .bundle/config in the Nix store) and manually creating .bundle/config doesn't work either as these configuration variables are still overwritten by the environment variables, even though this shouldn't be the case [0]. [0]: https://bundler.io/v2.0/man/bundle-config.1.html
2019-04-23jekyll: Update the dependencies (security, CVE-2019-11068)Michael Weiss4-135/+445
2019-04-11jekyll: Switch from bundlerEnv to bundlerApp (#59327)Michael Weiss1-10/+3
2018-11-05jekyll: 3.8.4 -> 3.8.5Michael Weiss4-53/+53
2018-09-19jekyll: 3.8.3 -> 3.8.4 (security)Michael Weiss4-71/+71
2018-06-05jekyll: 3.8.2 -> 3.8.3Michael Weiss4-30/+30
2018-05-19jekyll: 3.8.1 -> 3.8.2Michael Weiss4-27/+27
2018-05-02jekyll: 3.8.0 -> 3.8.1Michael Weiss4-38/+34
2018-04-19jekyll: 3.7.3 -> 3.8.0Michael Weiss5-36/+51
And add an update script.
2018-02-28jekyll: 3.7.2 -> 3.7.3Michael Weiss6-25/+15
2018-02-19jekyll: Update the dependencies without breaking the evaluationMichael Weiss8-50/+890
Unfortunately my first attempt in f14b6ea broke the evaluation and was therefore reverted in 4419a31. I couldn't reproduce the error locally but as @grahamc noted I shouldn't have imported from a derivation. Thanks @joachifm and @grahamc for spotting the evaluation error and reverting f14b6ea.
2018-02-19Revert "jekyll: Update the dependencies"Graham Christensen8-877/+49
This reverts commit f14b6ea81f1739a90c208fbbdd1ed6f948434693. This commit added IFD to Nixpkgs, where Nixpkgs should be IFD-free. (Import from derivation.)
2018-02-19jekyll: Update the dependenciesMichael Weiss8-49/+877
The dependencies could be more minimal but this way it should hopefully work for most use-cases.
2018-02-19jekyll: 3.4.1 -> 3.7.2Michael Weiss3-64/+164
2018-01-05treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel1-1/+1
2017-03-03jekyll: add gems needed to run default siteDmitry Kalinkin3-0/+24
2017-03-03jekyll: 3.0.1 -> 3.4.1Dmitry Kalinkin3-98/+131
2017-01-18jekyll: use gemdirJörg Thalheim1-3/+1
2016-05-18jekyll: include the jekyll-paginate pluginMike Sperber3-0/+10
Closes #15404
2016-01-15Merge branch 'master' into stagingVladimír Čunát4-229/+43
2016-01-09jekyll: 2.5.3 -> 3.0.1Jakob Gillich4-239/+42