Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 303 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 303 Bytes

Jekyll Source for my blog!


Initialize:

gem install bundler
bundle install

Build:

bundle exec jekyll build

Serve:

bundle exec jekyll serve

Serve production:

JEKYLL_ENV=production bundle exec jekyll serve