update main branch #47
28
README.md
28
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
|
## 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`.
|
||||||
|
|
Loading…
Reference in New Issue