git clone git@github.com:abelaguiar/blog.git
cd blog
gem install bundler jekyll
sudo dnf install libffi-devel redhat-rpm-config
gem install ffi
sudo dnf install make automake gcc gcc-c++ kernel-devel
bundle install
bundle exec jekyll serve
Acessar no browser ao final http://localhost:4000