jekyll new site

C++
gem install jekyll bundler
jekyll new myblog
cd myblog
bundle exec jekyll serve
Source

Also in C++: