Package Details: jekyll 4.3.3-1

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: 94
Popularity: 0.64
First Submitted: 2017-11-20 05:56 (UTC)
Last Updated: 2023-12-29 19:51 (UTC)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13

oliparcol commented on 2012-08-19 09:36 (UTC)

Jekyll now depends on ruby-kramdown instead of ruby-kramdown-last

oliparcol commented on 2011-12-25 11:14 (UTC)

sorry for the delay... latest version of jekyll is 0.11.0, the version used by rack is the 0.6.2 but I suppose it will work with the latest one. How different versions of jekyll work together, I don't know... I think the best thing to do is either use gem mechanism or AUR but using both might be a bad idea... It's quite easy to build a new AUR package for rack-jekyll which will check for ruby-jekyll dependency in AUR. For syntax highlighting, the only package which isn't needed is ruby-albino, you can just remove it from the PKGBUILD file if you don't need it.

hendry commented on 2011-12-02 06:01 (UTC)

I don't understand how gems/Arch packages work together. sudo gem install rack-jekyll, installed: Successfully installed jekyll-0.6.2 Successfully installed rack-1.2.4 Successfully installed rack-jekyll-0.3.7 How does ruby-jekyll 0.11.0-3 work with "jekyll-0.6.2"? Another question is if I just want to use markdown with jekyll and no syntax highlighting, why do I have to install all the deps?

oliparcol commented on 2011-07-14 14:17 (UTC)

kramdown version fixed

oliparcol commented on 2011-05-17 14:25 (UTC)

one useless depedency removed

oliparcol commented on 2011-02-21 19:07 (UTC)

done, thanks for the advice!

oliparcol commented on 2011-02-19 16:39 (UTC)

I will do it as soon as I am back at home after my holidays (1/2 weeks)

shaleny commented on 2011-02-14 16:33 (UTC)

Could you please add '-n "$pkgdir/usr/bin"' to gem command line to install 'jekyll' executable into a common binary directory?