initial commit
This commit is contained in:
commit
3be5ee1703
33 changed files with 2121 additions and 0 deletions
14
Gemfile
Normal file
14
Gemfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "jekyll", "~> 4.0"
|
||||
|
||||
gem "rss"
|
||||
|
||||
gem "rake"
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-compose"
|
||||
gem "jekyll-deploy"
|
||||
gem "jekyll-feed", "~> 0.17"
|
||||
gem "jekyll-redirect-from"
|
||||
gem "jemoji"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue