gitea-theme/README.md

24 lines
317 B
Markdown
Raw Permalink Normal View History

2021-07-14 00:14:29 +00:00
# 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)
```