Technical Thoughts musings on technology




Learning Jekyll

Written by Ryan Moore on 2014-05-14 00:00:00 +0000.

When I first started using Jekyll to create this blog I didn't really run into any problems. It was only when I decided to deploy it to Github Pages that I ran into problems. Turns out that the library that Jekyll ships with by default to compile markdown is old and not maintained anymore. It was an easy fix. Just had to add this to my _config.yml file:


Read more

First Post

Written by Ryan Moore on 2014-05-13 00:00:00 +0000.

I plan for this blog to become a place for me to share some of my experiences using various technologies. I play a lot with many different frameworks and I feel that it would be good for me to share the more stange or interesting things that I find in the hope that others will also find it interesting. In this first post I’ll discuss some of my observations on getting this blog set up with Github pages.


Read more