Below you will find pages that utilize the taxonomy term “jekyll”
Nullog
Middleman
I don’t want to go dwell to much on the evolution of my online presence. For nearly two years this site has been built upon the awesomeness that is Jekyll. Over the two years I’ve learned a lot, I’ve also made may mistakes. I do feel in many ways Jekyll with GitHub is nearly a perfect platform for most users. Yet I wanted more and moved the hosting to Heroku. I had the inclination I still wanted more back in November when I started to ‘refactor’ the site design.
Nullog
5+ Hours
I’ve been putting of creating a plug-in that would take my images from flickr and embed them on pages here… was able to make a local working plug in fairly quicky. However, everytime I tried to push the site to heroku everything would fail with an error, Liquid Exception: No API key or secret defined!
Well the solution was simple and I kept glossing over it
heroku labs:enable user-env-compile Yes, thats right.
Nullog
Giving Back
I the course of building and deploying this site one particular site has been truly helpful, Stack Overflow. Today I was finally able to give back and answer a fairly simple question that had me perplex when I first encountered it, Jekyll on Heroku listing additional (internal?) posts I haven’t created.
The probelm: Jekyll on heroku publishes mysterious pages, and they all relate to your project someway, somehow.
The solution: Let’s call the directory where Jekyll is installed & running from the root /.
Nullog
Create a Post or Page
Why is it I can never remember:
rake post title="Hello World" or
rake page name="about.md"
Nullog
heroku
After playing with jekyll on Git Hub’s pages, I realized I needed something with a bit more zest. I needed plug-in support. I found Jonas Forsberg post entitled Jekyll + Heroku + Unicorn = Blazing fast blogging and basically followed the step outlined below.
sudo gem install heroku sudo gem install bundler heroku auth:login git clone git@github.com:himynameisjonas/jekyll-heroku-unicorn.git cd jekyll-heroku-unicorn bundle install heroku create git push heroku master That lead to a complete fail.
Nullog
prose.io
Prose is a web-based interface for managing text-based content in your GitHub repositories. Use it to create, edit, and delete files, and save your changes directly to GitHub. Prose