purple-y theme for Gitea :)
src | ||
.editorconfig | ||
.gitignore | ||
Gruntfile.js | ||
package-lock.json | ||
package.json | ||
README.md |
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)