Skip to content

cowosedlice/cowosedlice.cz

Repository files navigation

Cowosedlice.cz

Builds

  • dev: Build Status
  • gh-pages: Build Status

How to

Get Jekyll runnig locally (Ubuntu 16.04)

sudo apt install ruby-dev gcc make libghc-zlib-dev
gem install rubygems-update
gem install jekyll bundler

Or read https://jekyllrb.com/ if you have more questions.

Stay up to date

bundle install - Install requirements. Note that these can be changed by pulling new code.

Develop locally

bundle exec jekyll serve

Develop locally

bundle exec jekyll build