Initial commit

This commit is contained in:
Takumi Sueda
2021-02-24 02:49:02 +09:00
commit 8aea222285
19 changed files with 517 additions and 0 deletions

17
Gemfile Normal file
View File

@@ -0,0 +1,17 @@
source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
gem "tzinfo-data"
gem "wdm", "~> 0.1.0" if Gem.win_platform?
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-paginate"
gem "jekyll-sitemap"
gem "jekyll-gist"
gem "jekyll-feed"
gem "jemoji"
gem "jekyll-include-cache"
gem "jekyll-algolia"
end