Welcome to your new exhibit!
<% unless current_user %>
In order to curate exhibit content, you need to <%= link_to t('spotlight.header_links.login'), main_app.new_user_session_path %>
<% end %>
<% if can? :edit, @page %>
When you're ready to begin building your exhibit, here's how to get started:
<% if can? :update, current_exhibit %>
- Visit the <%= link_to "Configuration > General", edit_exhibit_path(current_exhibit) %> page to configure the exhibit title and subtitle.
- Next, go to the <%= link_to "Configuration > Appearance", edit_exhibit_appearance_path(current_exhibit) %> page to add a site masthead image and configure other appearance options.
<% end %>
<% if can? :manage, Spotlight::Role.new(resource: current_exhibit) %>
- If you want help building the exhibit, use the <%= link_to "Configuration > Users", exhibit_roles_path(current_exhibit) %> page to add other user accounts.
<% end %>
<% if Spotlight::Engine.config.resource_partials.any? %>
- Add items to the exhibit. Go to the <%= link_to "Curation > Items", admin_exhibit_catalog_index_path(current_exhibit) %> page and click Add items. You can add items individually or in bulk via a CSV file.
<% end %>
<% if can? :update, current_exhibit.blacklight_configuration %>
- Use the other Curation pages, such as <%= link_to "Curation > Metadata", edit_exhibit_metadata_configuration_path(current_exhibit) %> and <%= link_to "Curation > Search", edit_exhibit_search_configuration_path(current_exhibit) %>, to customize the way various features are presented to exhibit visitors.
<% end %>
- Visit the Spotlight <%= link_to "documentation pages", "https://github.com/sul-dlss/spotlight/wiki" %> to learn how to add and edit feature pages, about pages, custom browse categories, and more.
<% end %>