aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2020-05-10 19:27:27 +0200
committergabrielgio <gabriel.giovanini@pm.me>2020-05-10 19:27:27 +0200
commit13443a881c280b0ea0f404d63a695c06ebffa123 (patch)
treef00df5c93a84f7dc09ed096c1743ce832eab1681
parent763a140704747b0d5c15455ad216aba4852207da (diff)
downloadgabrielgio.me-13443a881c280b0ea0f404d63a695c06ebffa123.tar.gz
gabrielgio.me-13443a881c280b0ea0f404d63a695c06ebffa123.tar.bz2
gabrielgio.me-13443a881c280b0ea0f404d63a695c06ebffa123.zip
fix: Add gemfile so Gitlab can compile it
Signed-off-by: gabrielgio <gabriel.giovanini@pm.me>
-rw-r--r--.gitignore3
-rw-r--r--Gemfile8
2 files changed, 9 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index bef4a90..af22a68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,9 +2,8 @@ _site
vendor/
.sass-cache
.jekyll-metadata
-Gemfile
-Gemfile.lock
node_modules
+Gemfile.lock
vendor/bundle/
vendor/cache/
vendor/gems/
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..627522e
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,8 @@
+# frozen_string_literal: true
+
+source "https://rubygems.org"
+
+git_source(:github) {|repo_name| "https://gitlab.com/#{repo_name}" }
+
+gem "jekyll"
+gem "minima"