sentialabs.com Sentia Labs website Setup bundle install Preview bundle exec jekyll serve Publishing # Create a post file touch _posts/[date]-[title].md # Write your post # Commit git add . git commit -am "New post!" # Push git push origin master # Reload website # ... # Profit