mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +04:00
293d0a41cb
* change twitter to X brand * build fix * Create afraid-geese-sin.md
15 lines
219 B
Ruby
15 lines
219 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "jekyll", "4.3.3"
|
|
|
|
group :jekyll_plugins do
|
|
gem "jekyll-random"
|
|
gem "jekyll-tidy"
|
|
gem "jekyll-timeago"
|
|
gem 'jekyll-redirect-from'
|
|
end
|
|
|
|
gem 'wdm', '>= 0.1.1' if Gem.win_platform?
|
|
|
|
|