Skip to content

igochkov/igochkov.github.io

Repository files navigation

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