diff --git a/.gitignore b/.gitignore index 8cf9d9d..f9fe47c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ _site/ .sass-cache/ .jekyll-metadata -.jekyll-cache \ No newline at end of file +.jekyll-cache diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..838761b --- /dev/null +++ b/Gemfile @@ -0,0 +1,9 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +# gem "rails" +gem "jekyll" + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] \ No newline at end of file