Frequently Asked Questions
Get answers to the most common questions about Ruby Static Pro
General
You can host this any place where static sites can be hosted. Such as, but not limited to: Hatchbox, GitHub Pages, S3, Netlify, Vercel, etc.
No. When the site is built, it's just a bunch of HTML, CSS, and JavaScript files. No server-side code is needed.
Yes. You can customize the look and feel by editing the CSS and JavaScript files. You can also add new pages and sections to the site.
Search
The search is powered by Fuse.js which is a lightweight fuzzy-search library. It's fast and easy to use. Learn more at fusejs.io.
Yes. You can customize the search by editing the search_controller.js file. You can change the search options, such as the search keys, the threshold, and
the location of the search input. The search input is generated by the search_data.json.erb file. You can change the search input by editing this file.