Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (24 loc) · 335 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 335 Bytes

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 and create PR
# Merge to master
# Refresh website
# ...
# Profit