Some checks failed
continuous-integration/drone Build is failing
- also bumped tailwind to 4.x - updated postcss to match
13 lines
181 B
Ruby
13 lines
181 B
Ruby
source 'http://rubygems.org'
|
|
|
|
gem 'jekyll'
|
|
|
|
gem 'html-proofer'
|
|
|
|
group :jekyll_plugins do
|
|
gem 'jekyll-compose'
|
|
gem 'jekyll-feed'
|
|
gem 'jekyll-gist'
|
|
gem 'jekyll-postcss-v2'
|
|
end
|