mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Remove outdated content
This commit is contained in:
parent
d5d1eeeffe
commit
55cdc38c23
2 changed files with 0 additions and 18 deletions
|
@ -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
|
||||
|
|
13
build.sh
13
build.sh
|
@ -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
|
Loading…
Reference in a new issue