purple-y theme for Gitea :)
 
 
Go to file
Charlotte Som d3bb7553a7 Gitea v1.15 puts the public dir under assets/ 2021-12-23 23:39:45 +00:00
src Gitea v1.15 puts the public dir under assets/ 2021-12-23 23:39:45 +00: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 Gitea v1.15 puts the public dir under assets/ 2021-12-23 23:39:45 +00: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)