Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#20 Readme #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# The Once and Future Institute Park
This is an Omeka theme based on [Omeka's Berlin Theme](https://github.com/omeka/theme-berlin), customized for the digital history project __[The Once and Future Insititute Park](hu3900-institutepark.org)__.

![Theme Preview](theme.jpg)

## What this theme is all about
The goal of this theme was to primarily make the Berlin theme in Omeka Classic look better (and more specifically, fit the theme of the site we built it for). We also addressed a few other issues, such as being able to add sponsor logos to the footer of the site, making the homepage more useful, and crafting the theme for viewing on phone screens. The theme uses no custom plugins, so it should be drop-in compatible with most Omeka sites.

## Building this theme:
This theme is built with Sass CSS, and as such needs to be compiled before it can be used. To do this, we use webpack.
1) Install node.js and webpack (cli)
2) run `npm install`
3) To compile the css and js, run `webpack`

## Using this theme:
After you build the theme, just upload it into your Omeka Classic themes folder, and you should be able to select it from your Omeka admin page.

This theme has a lot of configuration options. Make sure to check them out under appearance settings to get the most out of the theme. If you want to configure more advanced things (like the color scheme), then you might have to make code modifications. Take a look at the above "Building" section to learn how to make changes appear on the site.

## Need Help?
If there is something wrong with the theme, you can create a GitHub issue.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"green",
"sans-serif\""
],
"author": "\"Ryan Johnson and Roy Rosenzweig Center for History and New Media\"",
"author": "\"Ryan Johnson, Sam Baumgarten, and the Roy Rosenzweig Center for History and New Media\"",
"license": "GPL-3.0"
}
2 changes: 1 addition & 1 deletion theme.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; Theme Settings
;;;;;;;
[theme]
author = "Ryan D. Johnson & Roy Rosenzweig Center for History and New Media"
author = "Ryan Johnson, Sam Baumgarten, and the Roy Rosenzweig Center for History and New Media"
title = "The Once and Future Institute Park"
description = "Theme for The Once and Future Institute Park, a modified version of the Berlin theme"
omeka_minimum_version="2.5"
Expand Down
Binary file modified theme.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.