Browse Source

Add theme example

master
onryo 1 month ago
parent
commit
6e29c31138
  1. 13
      README.md

13
README.md

@ -33,10 +33,21 @@ cd /var/www/dragonx.hush.land
git clone https://git.hush.is/hush/siona.git .
```
# Choose theme
- hushland (https://explorer.hush.land)
- hushis (https://explorer.hush.is)
Hush.land theme index page | Hush.land theme blocks page
:-------------------------:|:-----------------------------:
![](images/hushland0.png) | ![](images/hushland1.png)
Hush.land theme block page | Hush.land theme tx page
![](images/hushland2.png) | ![](images/hushland3.png)
# First time run and update
```
CLI=/root/hush3/src/hush-cli DIR=/var/www/dragonx.hush.land/api DOMAIN=dragonx.hush.land ARRAKIS=DRAGONX ./run_siona.sh
CLI=/home/hush/hush3/src/hush-cli THEME=hushland DIR=/var/www/dragonx.hush.land/api DOMAIN=dragonx.hush.is ARRAKIS=DRAGONX ./run_siona.sh
```
# Update Explorer every 5 minutes with cron

Loading…
Cancel
Save