Add a README
parent
e20bfe468e
commit
ea3e1f8bb6
|
@ -0,0 +1,23 @@
|
|||
# gitea-theme
|
||||
|
||||
## Setup
|
||||
|
||||
```shell
|
||||
$ npm i -g grunt-cli # Sorry :(
|
||||
$ npm install # Install the deps
|
||||
```
|
||||
|
||||
## Building
|
||||
|
||||
```shell
|
||||
$ grunt
|
||||
```
|
||||
|
||||
## Releasing
|
||||
|
||||
```shell
|
||||
$ git clone 'root@lavender.software:/var/lib/gitea/custom' dist
|
||||
$ grunt
|
||||
^C
|
||||
$ (cd dist/ && git add -A . && git commit -m "Deploy: $(date)" && git push)
|
||||
```
|
Loading…
Reference in New Issue