Skip to content

wvanheerde/sentialabs.github.io

 
 

Repository files navigation

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

About

Sentia Labs website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.0%
  • CSS 31.6%
  • Ruby 18.4%