gitified theme on server side

This commit is contained in:
jorge 2021-06-08 11:07:11 +02:00
parent eb90b545f9
commit 3e5a257605
1 changed files with 19 additions and 9 deletions

View File

@ -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`.