tailoring to my taste

This commit is contained in:
2024-08-09 15:58:14 +03:00
parent 422f0c1fc7
commit 29ceab6753
23 changed files with 4395 additions and 208 deletions

View File

@@ -1,17 +1,14 @@
{
"name": "@lucas-labs/lugit-theme",
"name": "yigit-gitea-theme",
"version": "0.1.0",
"type": "module",
"description": "Custom theme for lucaslabs' internal git server",
"description": "Custom theme for yiGit Gitea instance.",
"main": "index.js",
"scripts": {
"build": "node tools/build.js",
"serve": "node tools/serve.js",
"deploy": "node tools/deploy.js",
"restart": "node tools/restart.js",
"style:check": "npx prettier -c ."
},
"author": "lucas-labs",
"author": "fybx",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.29.3",