Getting started with Sitepress in Rails
This was generated by the rails generate sitepress:install
command.
Content
Sitepress content files are in /rails/app/content
. There you can edit site content, including this file at /rails/app/content/pages/index.html.erb
.
Routes
Sitepress defined a root route in /rails/config/routes.rb
. If that conflicts with your routes configuration, you'll want to open it and edit accordingly.
Documentation
Check out the Sitepress website for help on getting started and documentation. Since Sitepress is also built on top of Rails, most of the Rails view helpers work too.