add Gemfile for local development

This commit is contained in:
Aminda Suomalainen ⚧ 2024-05-27 08:08:28 +03:00
parent fe39776f4a
commit 4cd424af14
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
_site/
Gemfile.lock

4
Gemfile Normal file
View File

@ -0,0 +1,4 @@
source "https://rubygems.org"
gem "github-pages"
# Required for `bundle exec jekyll serve`
gem "webrick"