Jekyll Minima โ Vite.js
This repo demonstrates how to setup Vite Ruby in a Jekyll site using the minima default theme.
You may also use it as a starter for your site or blog.
๐ฅพ
Step by Step Check the commit history for a step-by-step recap:
jekyll new
- add webrick to the Gemfile
- upgrade
minima
to the latest version, which supportscustom_head.html
- add
jekyll-vite
to the Gemfile - run
bundle exec vite install
- uncomment
exclude:
in_config.yml
- add ViteRuby tags to
custom-head.html
๐
Additional Resources Visit the jekyll-vite
documentation website for more information.
If you would like to process the minima stylesheets with Vite, see this blog post by @posiczko.
License
The gem is available as open source under the terms of the MIT License.