aboutsummaryrefslogtreecommitdiff
path: root/docs/Gemfile
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-08-10 14:29:38 +0900
committerGitHub <noreply@github.com>2020-08-10 14:29:38 +0900
commit6bf592a93cafd8e689ac8687f0b69ab9cd3394f0 (patch)
tree3bf76581f37cb639147c0f9628ea96c4e469749e /docs/Gemfile
parent0dba6e7ad1a7860da441e3a5a19c0e7a74caeb8c (diff)
parent68cc663ac83a1013a8511a809f2a85914871da15 (diff)
Merge pull request #785 from ueokande/docs-mobile-support
Support responsive design on docs
Diffstat (limited to 'docs/Gemfile')
-rw-r--r--docs/Gemfile3
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