Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 676 Bytes

File metadata and controls

32 lines (23 loc) · 676 Bytes

Block Attack - Rise of the Blocks homepage

Page: https://blockattack.net

Note that this is split into two repositories:

The reason this is split is because we use custom jekyll plugins that GitHub does not allow. So we generate everything offline and upload it.

Thumbnails are created with:

convert -thumbnail 280 FILENAME.png FILENAME.thumb.png

Building

bundle exec jekyll build

Can be served with

bundle exec jekyll serve

Requirements

sudo apt  install ruby-bundler
bundle install