From 605fcfdbec69f133c250e4a5bdcfb4909a38eb8c Mon Sep 17 00:00:00 2001 From: mathias Date: Mon, 24 Jun 2019 13:38:12 +0300 Subject: [PATCH] Remove unnecessary files --- .gitlab-ci.yml | 11 ----------- 404.html | 39 +++++++++++++++++++++++++++++++++++++++ Gemfile | 2 -- 3 files changed, 39 insertions(+), 13 deletions(-) delete mode 100644 .gitlab-ci.yml create mode 100644 404.html delete mode 100644 Gemfile diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 12f5752..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,11 +0,0 @@ -image: ruby:latest - -pages: - script: - - bundle install - - bundle exec jekyll build -d public - - cp public/index.html public/404.html - - git clone https://github.com/google/zopfli.git && cd zopfli && gcc src/zopfli/*.c -O2 -W -Wall -Wextra -Wno-unused-function -ansi -pedantic -lm -o zopfli && ./zopfli $(find ../public -type f) - artifacts: - paths: - - public diff --git a/404.html b/404.html new file mode 100644 index 0000000..a9a49db --- /dev/null +++ b/404.html @@ -0,0 +1,39 @@ +--- +layout: main +permalink: /404 +--- +
+

+ + + + {{ site.title }} +

+

+ {{ site.title }} is more than your regular free OP server for Minecraft. This public multiplayer server combines free OP with anarchy. Use powerful operator commands as much as you like, without having to worry about rules. Fun and useful plugins such as WorldEdit, CommandSpy and PlayerParticles are available at any time. +

+ +

Server IP: kaboom.pw

+
+ +
+ + + + + + Chat + + Join the {{ site.title }} Discord server, where you can chat with other players. + + + + + + + + Source Code + + Source code of custom {{ site.title }} plugins and infrastructure is available. + +
diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 0948693..0000000 --- a/Gemfile +++ /dev/null @@ -1,2 +0,0 @@ -source "https://rubygems.org" -gem "jekyll"