Skip to content

Latest commit

 

History

History
73 lines (58 loc) · 5.24 KB

README.md

File metadata and controls

73 lines (58 loc) · 5.24 KB

Readme

About

The Agile Base Omeka S Theme was developed by Agile Humanities Agency in conjunction with Michigan State University’s Creativity in the Time of COVID-19 project. While it can be used as a clean, standalone theme, it is intended as front-end scaffolding for demanding design implementation.

The theme scaffold is SASS based, and a lot of customization can be done by modifying the main configuration file. The theme’s SASS components are built on the Stop14 Theme System Library, which must be installed via NPM (see instructions below).

The theme system can be used in four ways:

  • Out of the box, for a spare theme;
  • By modifying colours, typefaces, and a host of other settings in the main configuration file to customize the theme;
  • By modifying the existing SASS components as necessary; or
  • By adding your own CSS file to override the theme’s core settings.

Agile Humanities is also available for custom design and installation. Contact us through our website: https://agilehumanities.ca .

Requirements

  • All requirements for Omeka S v4
  • The latest version of Node.js and the package manager NPM installed
  • Access to a command line interface

Installation

Creating your site

Instructions for creating a new site using this theme. This also points to modifications you’ll need to make to existing Omeka S builds to enable the theme capabilities.

  • Make sure that all the modules above are successfully installed via Admin > Modules
  • Create your site (Admin > Sites)
  • IMPORTANT: You must enable a default search page. Admin > Sites > YourSite > Theme > [Settings] > Advanced Search > Available search pages > enable
  • Enable theme for the site (Admin > Sites > YourSite > Theme)
  • Enable Universal Viewer and/or Mirador as your base viewer
    • Navigate to Admin > Sites > Your Theme > Site Admin > [Settings Tab]
    • Under “Blocks Disposition” click on the desired viewer beside “For Item Show” (and others).
    • If no options appear here you have not installed the Blocks Disposition, UV and/or Mirador correctly. Review their installation instructions.
  • Change your logo in the theme system.
    • Replace ./source/img/svg/marks/logo.svg with your own logo
    • Alternatively you can modify the ./view/layout/layout.phtml template to point to your own logo file
    • Run gulp build to reflect your logo change in your built asset folder
  • Create your homepage via Admin > Sites > YourSite > Pages > [Add New Page button]
  • Suggested: Add a Homepage Introduction Block
    • Provide a site title, label text, and optional short introduction
    • Add Item Attachments once you’ve added items to your repository. Note that items with landscape images work best by default in the homepage introduction block.
    • Change “Assign to region” to “Splash Area” to create a full screen carousel
    • Leave other options as default unless you want to experiment!
  • Under Admin > Sites > YourSite > Navigation select this page as the homepage (upper right)

Customize Omeka S as per its instructions.