Remove outdated content

This commit is contained in:
mathias 2019-02-24 12:30:36 +02:00
parent d5d1eeeffe
commit 55cdc38c23
2 changed files with 0 additions and 18 deletions

View file

@ -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

View file

@ -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