Y
Hacker News
new
|
ask
|
show
|
jobs
by
bruncun
2486 days ago
May I suggest adding Turbolinks? Performance doesn't get more minimal. :)
https://github.com/turbolinks/turbolinks
1 comments
huangyz0918
2486 days ago
Cool 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?
link
bruncun
2486 days ago
You will also have to require Turbolinks in your JavaScript manifest (application.js). See "Installation using Ruby on Rails" in the docs.
link