6 ms·
May I suggest adding Turbolinks? Performance doesn't get more minimal. :) https://github.com/turbolinks/turbolinks https://github.com/turbolinks/turbolinks
by bruncun 7y ago
May I suggest adding Turbolinks? Performance doesn't get more minimal. :)
https://github.com/turbolinks/turbolinks https://github.com/turbolinks/turbolinks
- huangyz0918 7y agoCool thing! But I'm not sure how to add that into a Jekyll theme. All I need to do is add Turbolinks in `Gemfile` and `bundle install`, right?
- bruncun 7y agoYou will also have to require Turbolinks in your JavaScript manifest (application.js). See "Installation using Ruby on Rails" in the docs.