aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2023-12-13 23:05:39 +0100
committerEgor Tensin <egor@tensin.name>2023-12-13 23:05:39 +0100
commit6d04db3b2af973690e3f3870f21d1cd992b444bf (patch)
tree18c9d88204c9baf2916c70bb251588a5a4ff2c86 /Gemfile
parentinitial commit (diff)
downloadfucktipp.ing-6d04db3b2af973690e3f3870f21d1cd992b444bf.tar.gz
fucktipp.ing-6d04db3b2af973690e3f3870f21d1cd992b444bf.zip
add the usual Jekyll infrastructure
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..13443dc
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,3 @@
+source 'https://rubygems.org'
+gem 'jekyll', '~> 4'
+gem 'jekyll-tidy'