diff options
author | codecalm <codecalm@gmail.com> | 2020-02-27 16:44:56 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-02-27 16:44:56 +0100 |
commit | 779f14f8b56f25841bdc79a809987d27a1f6dde4 (patch) | |
tree | 27a7d1efef52594eabd2223de454dfd9345b7789 /Gemfile | |
parent | first commit (diff) | |
download | tabler-icons-779f14f8b56f25841bdc79a809987d27a1f6dde4.tar.xz |
first init
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile new file mode 100644 index 00000000..0b264912 --- /dev/null +++ b/Gemfile @@ -0,0 +1,5 @@ +source "https://rubygems.org" + +git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } + +gem "jekyll", "~> 4.0" |