Sentia Labs website
bundle installbundle exec jekyll serve# 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| Name | Name | Last commit date | ||
|---|---|---|---|---|