purple-y theme for Gitea :)
 
 
Go to file
Charlotte Som ea3e1f8bb6 Add a README 2021-07-14 01:14:29 +01:00
src Initial commit 2021-07-14 01:10:13 +01:00
.editorconfig Initial commit 2021-07-14 01:10:13 +01:00
.gitignore Initial commit 2021-07-14 01:10:13 +01:00
Gruntfile.js Initial commit 2021-07-14 01:10:13 +01:00
README.md Add a README 2021-07-14 01:14:29 +01:00
package-lock.json Initial commit 2021-07-14 01:10:13 +01:00
package.json Initial commit 2021-07-14 01:10:13 +01:00

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)