Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 506 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 506 Bytes

old.drupal.cz

Static copy of D6 version of www.drupal.cz.

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