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