You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
src | 8 months ago | |
.editorconfig | 1 year ago | |
.gitignore | 1 year ago | |
Gruntfile.js | 1 year ago | |
README.md | 1 year ago | |
package-lock.json | 8 months ago | |
package.json | 1 year ago |
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)