diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-10 13:43:51 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-10 14:19:40 +0900 |
commit | 68cc663ac83a1013a8511a809f2a85914871da15 (patch) | |
tree | 717a11fc04420cbe945a9e185fda173cc5057312 /docs/Gemfile | |
parent | ad457fbf4a6ca4545dc7ab1a5022226d138a58bc (diff) |
Add Gemfile
Diffstat (limited to 'docs/Gemfile')
-rw-r--r-- | docs/Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 0000000..33d9d3b --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,3 @@ +source "https://rubygems.org" + +gem 'github-pages', group: :jekyll_plugins |