diff --git a/README.md b/README.md index 8ebeeda..8e3030c 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,31 @@ -# Foundation S +# Arc-hive omeka theme -This is an Omeka S theme based on [Omeka Foundation S theme]. +This is the Arc-hive development theme based on Omeka S theme based on [Omeka Foundation S theme]. + +## dev site + +https://dev-archive.hangar.org/ ## Installation For basic out-of-the-box use of the theme, follow the [Omeka S User Manual instructions for installing themes](https://omeka.org/s/docs/user-manual/sites/site_theme/#installing-themes). -``` +```bash cd themes -https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme/archive/main.zip -unzip main.zip -mv arc-hive-omeka-theme archive -rm main.zip +git clone https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme.git +cd Arc-hive-omeka-theme +git checkout arc-hive-v01 +chown -R www-data:www-data ./ +``` +to update changes + +```bash +cd themes +git pull +chown -R www-data:www-data ./ ``` - -## Omeka Foundation S theme notes +## Arc-hive theme notes For more advanced use, such as customizing the theme with Sass, you'll need to install the tools with [NodeJS](https://nodejs.org/en/) (0.12 or greater). Navigate to your theme directory and run `npm install`.