Congrats on the 2.0 release!<p>I highly recommend taking a look at <a href="http://middlemanapp.com" rel="nofollow">http://middlemanapp.com</a> if you're considering Jekyll. I gave a talk at RailsConf (<a href="http://bradgessler.com/talks/middleman-frontend/" rel="nofollow">http://bradgessler.com/talks/middleman-frontend/</a>) about static website generators and found that Middleman handles everything Jekyll does in a much more modular, more "railsy" way by using tilt, sprockets, and all that good stuff.
This is amazing news. I currently have to run 2 Jekyll installs to do what I want with custom post types (before this I had a fork to add a different type and that was getting hard to keep updated): I have one main Jekyll install for my blog, and inside of that inside /photos I have another Jekyll for my photo blog so I can do things like this:<p><a href="http://paulstamatiou.com/photos/japan/two-weeks-in-japan/" rel="nofollow">http://paulstamatiou.com/photos/japan/two-weeks-in-japan/</a><p><3 open source! All hosted on S3/CF with <a href="https://github.com/laurilehmijoki/s3_website" rel="nofollow">https://github.com/laurilehmijoki/s3_website</a>
Congrats! Native support of Sass and CoffeeScript seem trivial, because of the various hacks and plugins out there...but <i>damn</i> it was hard, even knowing the hacks, to get a Jekyll project up and running if I hadn't been recently re-acquainted to its quirks. It'll also be nice to have Github Pages (I'm assuming) support the baking out of sass files...it feels so wrong to go back to plain CSS.<p>The #1 feature, collections, is also huge...Lately I've been using Middleman, because there are a lot of small data-apps that don't require Sinatra/Rails but that Jekyll, being blog focused, is not well-equipped to handle...Middleman fits that niche perfectly...almost too well, as I often get to the point where I think, "Why didn't I just make this a Sinatra app?" But I'm glad to see some more flexibility with Jekyll...even in the previous version, you could get pretty far with the hardcoded blogging conventions.<p>Mainly, I'm excited to Github Pages become even more easy-to-deploy and configure, particularly for documentation. Congrats and thanks again!
Looks awesome. I wonder if Octopress is planning to support this new version? Some of the new features (e.g. support for sass) seem to overlap with Octopress.
So I'm trying to check this out, but my ruby gems mirror seems to not want to. I get this error:<p>`ERROR: Could not find a valid gem 'jekyll' (>= 0), here is why:
Unable to download data from <a href="https://rubygems.org/" rel="nofollow">https://rubygems.org/</a> - bad response Gateway Time-out 504 (<a href="https://tokyo-m.rubygems.org/quick/Marshal.4.8/jekyll-2.0.1.gemspec.rz)`" rel="nofollow">https://tokyo-m.rubygems.org/quick/Marshal.4.8/jekyll-2.0.1....</a><p>Is there any way to specify other mirrors, and is there other mirrors than the Tokyo one that would work better?
Good to see them supporting Kramdown as the default Markdown converter. When building up my personal website using Jekyll, I very quickly switched to Kramdown from the default Redcarpet—it had a lot better handling of typographic characters like smart quotes and dashes, and played much nicer with Mathjax.<p>Collections also look like they will really help with creating websites that deviate from the exact "blog" format that Jekyll is optimized for.<p>Good work from the team.
I use Jekyll and am having an issue with it when I use feedburner. It recommends using {{site.url}} in the markdown and templates.<p><a href="http://jekyllrb.com/docs/posts/" rel="nofollow">http://jekyllrb.com/docs/posts/</a><p>So, for example, I have {{ site.url}}/radio-surfing<p>On my site it shows <a href="http://www.taigeair.com/radio-surfing/" rel="nofollow">http://www.taigeair.com/radio-surfing/</a> but on feedburner it becomes <a href="http://feeds.feedburner.com/radio-surfing/" rel="nofollow">http://feeds.feedburner.com/radio-surfing/</a> in the feed.<p>Example
<a href="http://feeds.feedburner.com/taigeair" rel="nofollow">http://feeds.feedburner.com/taigeair</a><p>Does anyone else have this issue? Any suggestions?
Is there any sort of interactive static site generator, for people who are not very computer literate to use?<p>(I write code, so it's not for me, but I am wondering if I could say, setup a template for a friend, and have them fill in the content of the pages.)
Shout out to parkr, albertogg & troyswanson for the fastest public bug-fix turn around:<p><a href="https://github.com/jekyll/jekyll/issues/2317" rel="nofollow">https://github.com/jekyll/jekyll/issues/2317</a>
Looking at the changes, it's like every small niggly pain-point I've had with my particular Jekyll use cases (faffing around to get sass watch going in a separate shell, using 'posts' for things that are not in any sense posts) have been addressed. A version bump just for me!<p>I am a happy bunny.<p>Congratulations and thanks to the Jekyll folks.
I'm using the starter template ($ jekyll new project) and pretty URLs are enabled by default. The "about" page works but the "welcome to Jekyll" link goes to a .html appended url.<p>Anyone else finding this?
Quite disappointed the developers have decided to stick with Liquid templates. With such a handicapped and useless template language, jekyll is a non-starter for any website more complex than something you could trivially write yourself.