21 May 2013

The Ruby Reflector

Topic

Jekyll

  Source Favicon
By Patrick Lenz of Patrick Lenz 1 month ago.
Email

I'm struggling finding a satisfying taxonomy for tagging my posts here. There was even a time when I would enter them but hide from from display because of how unhappy I was with their ability to tie posts together or increasing discoverability for search engines.

That said, I was pretty intrigued when Brett recently blogged about his use of Zemanta to auto-tag posts on his Jekyll-based blog.

Since I'm not using Jekyll, however, I had to be a little more creative …

poocs.net Read
  Source Favicon
On Article RSS Feed 3 months ago.
Email

…deploy). deliver is a single utility to rule one's deploys to gh:pages, Jekyll, Ruby, node.js etc, even legacy PHP code (we all have it). The talk will also touch on S3-backed site deploys & Route53 IP failover to that S3 site.

Passing on our skills to the next generation

Pablo Brasero Moreno says:

I will share my experience teaching programming to children for a month. I will also tell us about "code clubs" in the UK, and what technologies …

lrug.org Read
  Source Favicon
On Ruby on Rails Tutorial News 3 months ago.
Email

…reader or email inbox (depending on your subscription preferences). Because of the new XML feed generated by Jekyll, it's also likely that many feed readers will show sixteen or so unread posts. I apologize in advance for the noise; unfortunately, this is the inevitable cost of the changeover. This post is the only one that's actually new, so you can just mark all the other posts as read.

Now back to our regularly scheduled program .

railstutorial.org Read
  Source Favicon
By Mig Reyes of Signal vs. Noise 4 months ago.
Email

…teaching opportunity. After doing the legwork in designing and building the core of the Help site in Jekyll, I worked closely with Ann and a handful of the Support team to remove their git training wheels and give them a primer on Markdown. No HTML and CSS to learn. Simply update a text file, git push it to our Help site repo, and we're off. The Support team has been writing fully-packed guides and pushing their own commits since. Fun fact: teaching them some …

37signals.com Read
  Source Favicon
On Litany Against Fear 4 months ago.
Email

I've been using Jekyll for almost 4 years now , which is long before SCSS and CoffeeScript existed. Since then, there have been a slew of plugins that build on top of Jekyll that provide everything from new "models" to an asset pipeline like Rails. I have a simple rule with how I use Jekyll:

If I need more than what Jekyll provides by default, I don't use Jekyll.

I'm super happy that people can build on top of Jekyll's "core". …

litanyagainstfear.com Read
  Source Favicon
By Giles Bowkett of Giles Bowkett 5 months ago.
Email

It appears that if you want to specify a custom output directory with Jekyll's destination: parameter, in its _config.yml file, this destination: line should be the first line.

In my personal experience, today, this caused the creation of both a custom output dir and Jekyll's default output dir _site :

url: foobar.com

destination: foobar/

Whereas this produced only the custom output dir:

destination: foobar/

url: foobar.com

gilesbowkett.blogspot.com Read
  Source Favicon
By Assaf of Labnotes 6 months ago.
Email

§ The Obama campaign's $ 250 million fundraising platform : Jekyll, Akamai, Github, Less and lots of A/B testing.

§ Automatic Timezone Detection Using JavaScript .

§ Love Ruby but forced to use JavaScript? RubyJS to the rescue!

§ Foldify (not yet available) lets you create 3D paper art from your iPad.

§ Of the things I like to be true: The Case for Drinking as Much Coffee as You Like .

§ 10 PRINT CHR$(205.5+RND(1)); : GOTO 10 :

blog.labnotes.org Read
  Source Favicon
On Coding Horror 11 months ago.
Email

Now, I will warn you that Windows 8 definitely has a wee bit of Jekyll and Hyde going on , because it smushes together two radically different paradigms: the old school mouse and keyboard centric desktop UI, and the new school tablet and touch centric Metro UI. It can be disconcerting to get kicked abruptly from one to the other. It's different, so there's a learning curve. ( Protip: using your mouse scroll wheel in a Metro panel scrolls sideways. Don't forget the hover …

codinghorror.com Read
  Source Favicon
By Mike Gunderloy of A Fresh Cup 11 months ago.
Email

…Formotion - Form builder for RubyMotion.

Introducing Prose: A Content Editor for GitHub - Using GitHub Pages and Jekyll gets ever-simpler.

It's playtime - The experimental Kickstarter-funded Light Table editor is starting to release early code.

Unicode String Generator - Create input to make your web applications cry.

afreshcup.com Read
  Source Favicon
By Peter Cooper of Ruby Inside 11 months ago.
Email

The popular Web site generation / publishing tool (think a more flexible Jekyll) gets an update.

Bustle: Simple ORM Agnostic Activity Recording/Retrieval with Pub/Sub

RubyMass: Introspect the Ruby Heap on MRI 1.8.7, 1.9.2 and 1.9.3

csv_validator: CSV Data Validation for Rails 3

Markdown Engine Wrapper

An abstraction and wrapper library that gives access to several different Ruby Markdown libraries both in Ruby and via a command line …

rubyinside.com Read