diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..e8eb944 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +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/Gemfile b/Gemfile new file mode 100644 index 0000000..109f303 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source "https://rubygems.org" + +gem "jekyll" \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..c06cf18 --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ + +
+