gitea-theme/README.md

317 B

gitea-theme

Setup

$ npm i -g grunt-cli # Sorry :(
$ npm install # Install the deps

Building

$ grunt

Releasing

$ git clone 'root@lavender.software:/var/lib/gitea/custom' dist
$ grunt
^C
$ (cd dist/ && git add -A . && git commit -m "Deploy: $(date)" && git push)