Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 724 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 724 Bytes

Build Status License: CC BY-NC-ND 4.0

coffeeanddata

My personal blog

To run localy

Install dependecies bundle install

Serve locally (developement) bundle exec jekyll serve

Generate static website JEKYLL_ENV=production bundle exec jekyll build --destination site