www.hardtoc.com
Source ofThis is the Jekyll source for the Hard to C blog.
It is pretty much the stock Jekyll generated site using the Solarized light color theme, Source fonts, and a few icons from Font Awesome.
Jekyll on Windows
The Jekyll site has some slightly obscure directions for running Jekyll on
Windows. I simple installed the latest version of Ruby using
RubyInstaller and did a gem install jekyll
.
Usage
Use jekyll build
to generate the site into _site
.
Use jekyll serve
to serve the site locally for testing.