From 940e266b1fe2eb75162ed05832850eb7f6d35b6a Mon Sep 17 00:00:00 2001 From: Sven Date: Thu, 8 Jan 2026 17:05:27 +0100 Subject: [PATCH] Remove ruby functionality --- .gitlab-ci.yml | 9 --------- .idea/Heilige Liste.iml | 2 +- .idea/misc.xml | 2 +- Gemfile | 3 --- index.html | 8 -------- 5 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 .gitlab-ci.yml delete mode 100644 Gemfile delete mode 100644 index.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index e8eb944..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,9 +0,0 @@ -default: - image: ruby:3.2 - -create-pages: - script: - - gem install bundler - - bundle install - - bundle exec jekyll build -d public - pages: true # specifies that this is a Pages job \ No newline at end of file diff --git a/.idea/Heilige Liste.iml b/.idea/Heilige Liste.iml index 00adf1a..9dd9abd 100644 --- a/.idea/Heilige Liste.iml +++ b/.idea/Heilige Liste.iml @@ -2,7 +2,7 @@ - + diff --git a/.idea/misc.xml b/.idea/misc.xml index c251b23..fbd823b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -6,5 +6,5 @@ - + \ No newline at end of file diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 109f303..0000000 --- a/Gemfile +++ /dev/null @@ -1,3 +0,0 @@ -source "https://rubygems.org" - -gem "jekyll" \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index c06cf18..0000000 --- a/index.html +++ /dev/null @@ -1,8 +0,0 @@ - - - Home - - -

Hello World!

- - \ No newline at end of file