From 9ad35a3dd12014709d59c58b6c2c6ac60e670933 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 14 Jun 2018 16:40:17 +0800 Subject: [PATCH] update ubuntu dev setup post --- _posts/2018-06-13-ubuntu-quick-dev-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2018-06-13-ubuntu-quick-dev-setup.md b/_posts/2018-06-13-ubuntu-quick-dev-setup.md index 7d07306..7e90e6e 100644 --- a/_posts/2018-06-13-ubuntu-quick-dev-setup.md +++ b/_posts/2018-06-13-ubuntu-quick-dev-setup.md @@ -52,7 +52,7 @@ ruby --version Of course, this is not yet a complete setup because I still have to setup Angular CLI next, or React.js, or other frameworks/tools. But after this setup, I have all the package management tools I need to proceed with all other setups. :) -## Bonus: Here is how you can setup for Jekyll development: +## Bonus: Here's How You Can Setup Ubuntu for Jekyll Development [Jekyll](https://jekyllrb.com) is a technology that will "Transform your plain text into static websites and blogs." I use it for this very blog, hosted for free on Github Pages. When all you need is a quick way to put content online, you can never go wrong with it, believe me. I will write more about Jekyll and Github Pages later, but for now, here's how I set it up.