Update: whilst this post is still useful, I now recommend that people use rvm to manage their gems, which makes the following post redundant as rvm allows you to quickly and easily delete gemsets at w…
This video teaches you how to install the latest version of Ruby on your macOS computer. Using a tool called rbenv makes installing the latest (and multiple)...
The gems I install via sudo gem install ... can't be executed (I get a command not found). They seem to install into /usr/local/Cellar/ which is Brew's install directory (also, the gems in /Librar...
Hey people! This post is going to be quite different from what I usually write about since it will talk about Twig, the template engine used by Symfony 2. I ...
In this tutorial, I will show you how to create a basic Hugo theme. I will be explaining the working of Hugo, how it uses Go templating language and how you can use these templates to organize your co…
I have a bit of trouble getting source maps to work with Hugo 0.43. Based on the example project I enable source maps like this: {{ $styles := resources.Get (.Scratch.Get "scssPath") | toCSS (dict "en…