.gitattributes
0 → 100644
+5
−0
.gitignore
0 → 100644
+4
−0
.gitlab-ci.yml
0 → 100644
+28
−0
Gemfile
0 → 100644
+9
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
source "https://rubygems.org"
|
||
ruby RUBY_VERSION
|
||
# This will help ensure the proper Jekyll version is running.
|
||
gem "jekyll", "3.4.0"
|
||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||
Gemfile.lock
0 → 100644
+51
−0
Loading