From 88356276edc07605ed887ac41f703f87c4e31f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9o=20Renaud?= <73248361+cleorenaud@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:06:56 +0100 Subject: [PATCH] Create Gemfile --- Gemfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Gemfile diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..894d1f7 --- /dev/null +++ b/Gemfile @@ -0,0 +1,4 @@ +source "https://rubygems.org" + +gem "jekyll", "~> 4.0" # Or the version you want, if you need something specific +gem "minima" # A popular theme for Jekyll sites (you can remove this if you want a custom theme)