Hello world with Jekyll

My recype:

sudo apt install ruby-full
sudo gem install jekyll bundler


bundle exec jekyll build


bundle exec jekyll serve --host=0.0.0.0

This template is available:

https://github.com/ngzhio/jekyll-theme-hamilton
git clone ...

git add .
git commit -m  "New post"
git push origin master