gitea-theme/README.md

24 lines
317 B
Markdown

# 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)
```