In the previous post, we’ve explored what the base “footprint” is of a new Jekyll site. One of the most important files to adjust the site to your needs seemed to be the _config.yml file. So let’s have a look at that file, shall we?
[Read More]
Setting up Developer Blog with Jekyll 02: What do you get?
So the next post was going to be: “Personalizing Jekyll”. However, I realized, it’s good to check-out what you actually get when you do: $ jekyll new. It’s not much, but there is a certain structure, there’s a config file, etc. This also helps when we get to themes, since...
[Read More]
Setting up Developer Blog with Jekyll 01: init
So this is another attempt, of many, to setup a developer blog. I’ve done this a few times in the past, and the most recent one, was 4 years ago ;) I was using the same system as I’m using now: Jekyll. I don’t know exactly why that got stalled,...
[Read More]