diff --git a/_config.yml b/_config.yml index aef3a36..1d7f329 100644 --- a/_config.yml +++ b/_config.yml @@ -2,12 +2,7 @@ title: Kaboom description: Kaboom is a multiplayer server for Minecraft that combines free OP with anarchy. Do anything you want, without having to worry about rules. url: https://kaboom.pw -include: - - _headers - - _redirects - exclude: - - build.sh - Gemfile - LICENSE - README.md diff --git a/build.sh b/build.sh deleted file mode 100755 index 8574fdd..0000000 --- a/build.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -cd $HOME/build/kaboom.pw/ -rm Gemfile.lock -bundle install -if bundle exec jekyll build --destination $HOME/html/kaboom.pw/; then - cd $HOME/html/kaboom.pw/ - rm -rf *.br - rm -rf *.gz - for file in `find . -type f -name '*'`; do - $HOME/build/zopfli $file - $HOME/build/brotli $file - done -fi