Theme for the Gathering Places Omeka site. https://liblamp.uwm.edu/omeka/gatheringplaces/
Working files are all located in the src
directory. Changes to the sass or theme files should be done here. Gulp is responsible for compiling and moving those files where they need to go.
The dist file is there to create an exportable version of the theme to upload to a remote server.
Omeka should be installed into a folder called omeka
. In my local setup, I installed it into a folder with the version number (ex: omeka-2.6.1
)
Working on the theme locally requires that you have node.js installed on your system.
- Clone git repository.
cd
into directory.- Create a new directory called
omeka
and install Omeka Classic there (this theme was developed with v2.6). - Run
npm install
- Run
gulp
to start watching the Sass and theme files for changes.