heroweb/templatesrcpoc/tailwindcss.rb

5 lines
163 B
Ruby
Raw Permalink Normal View History

2024-09-02 06:01:44 +00:00
require 'jekyll-tailwind'
Jekyll::Hooks.register :site, :post_write do |site|
site.config['source'] = File.expand_path('assets', site.config['destination'])
end