Package Details: jekyll 4.4.1-2

Git Clone URL: https://aur.archlinux.org/jekyll.git (read-only, click to copy)
Package Base: jekyll
Description: A simple, blog aware, static site generator.
Upstream URL: https://github.com/jekyll/jekyll
Keywords: jekyll ruby
Licenses: MIT
Conflicts: ruby-jekyll
Provides: jekyll, ruby-jekyll
Replaces: ruby-jekyll
Submitter: SilverRainZ
Maintainer: SilverRainZ (bertptrs)
Last Packager: bertptrs
Votes: 96
Popularity: 0.39
First Submitted: 2017-11-20 05:56 (UTC)
Last Updated: 2025-05-13 12:02 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 14 Next › Last »

ItachiSan commented on 2015-07-24 15:14 (UTC)

And also a JavaScript environment, else Jekyll won't run. Actually, 'nodejs' from community works fine.

ItachiSan commented on 2015-07-24 15:04 (UTC)

You should add 'ruby-jekyll-sass-converter' as a dependency.

vojtechkral commented on 2015-05-19 01:18 (UTC)

@anatolik Thanks, that's great!

whynothugo commented on 2015-05-16 20:20 (UTC)

(or viceversa)

whynothugo commented on 2015-05-16 20:20 (UTC)

I admit that current packaging is awful. I'm willing to merge all this into a single package, *however*, is there any valid scenario under which someone would use ruby-jekyll-less, without ruby-jekyll?

anatolik commented on 2015-05-16 16:19 (UTC)

Manually maintaining correct deps for gem packages is hard Good news - there is a binary gem repo from me (maintainer of ruby in Arch) that has jekyll with correct dependencies https://wiki.archlinux.org/index.php/Unofficial_user_repositories#quarry Dependencies are automatically generated from gemspec.

vojtechkral commented on 2015-05-11 14:42 (UTC)

The amount of packages this package depends on is absolutely ridiculous. ruby-jekyll actually seemds to depend on some of the packages that are listed as "Required by" here, namely ruby-jekyll-coffeescript, ruby-jekyll-gist, ruby-jekyll-paginate and ruby-jekyll-watch. Could these be made part of this package? IMHO it doesn't make much sense having them as seperate packages, since it creates a circular dependency.

orschiro commented on 2014-10-27 20:00 (UTC)

@anatolik Thank you for adding the dependency!

anatolik commented on 2014-10-27 19:34 (UTC)

Per popular request I added 'nodejs' to the dependency list of 'ruby-execjs'. Now everyone who installs jekyll will install nodejs as well.

orschiro commented on 2014-10-26 12:16 (UTC)

Adding `nodejs` as a dependency does fix my previously reported issue.