update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01:00
1 changed files with 19 additions and 9 deletions
Showing only changes of commit 3e5a257605 - Show all commits

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 ## 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). 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 cd themes
https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme/archive/main.zip git clone https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme.git
unzip main.zip cd Arc-hive-omeka-theme
mv arc-hive-omeka-theme archive git checkout arc-hive-v01
rm main.zip chown -R www-data:www-data ./
```
to update changes
```bash
cd themes
git pull
chown -R www-data:www-data ./
``` ```
## Arc-hive theme notes
## Omeka Foundation S 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`. 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`.