From 057d6755ccf1c62d16b39f086774caf53179a921 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 7 Dec 2018 16:37:28 +0100 Subject: [PATCH] docs update --- README.md | 32 +++++++++++++++--- .../logo-gitberlin-header.png | Bin .../logo-gitberlin.png | Bin logo.sketch => assets/logo.sketch | Bin logo.svg => assets/logo.svg | 0 package.json | 3 -- 6 files changed, 28 insertions(+), 7 deletions(-) rename logo-gitberlin-header.png => assets/logo-gitberlin-header.png (100%) rename logo-gitberlin.png => assets/logo-gitberlin.png (100%) rename logo.sketch => assets/logo.sketch (100%) rename logo.svg => assets/logo.svg (100%) diff --git a/README.md b/README.md index 9b846dd..8fd1d72 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,30 @@ - + + # git.berlin -> Gitea installation [git.berlin](https://git.berlin) | git:git.berlin -## Documentation +> Gitea installation notes [git.berlin](https://git.berlin) -- https://docs.gitea.io/ +- [Migration from GitLab](#migration-from-gitlab) +- [Customization](#customization) +- [Handy commands](#handy-commands) +- [Gitea Documentation](#gitea-documentation) + +--- + +## Migration from GitLab + +- [`migrate-gitlab-gitea.sh`](src/branch/master/migrate-gitlab-gitea.sh) + +## Customization + +The `custom/` folder maps to `/home/git/gitea/custom/` on the server. Its contents can be deployed via rsync with: + +```bash +npm i +gulp deploy +``` + +[Gitea Docs: Customizing Gitea](https://docs.gitea.io/en-us/customizing-gitea/) ## Handy commands @@ -14,3 +34,7 @@ cd /home/git vi gitea/custom/conf/app.ini ``` + +## Gitea Documentation + +- [docs.gitea.io](https://docs.gitea.io/) diff --git a/logo-gitberlin-header.png b/assets/logo-gitberlin-header.png similarity index 100% rename from logo-gitberlin-header.png rename to assets/logo-gitberlin-header.png diff --git a/logo-gitberlin.png b/assets/logo-gitberlin.png similarity index 100% rename from logo-gitberlin.png rename to assets/logo-gitberlin.png diff --git a/logo.sketch b/assets/logo.sketch similarity index 100% rename from logo.sketch rename to assets/logo.sketch diff --git a/logo.svg b/assets/logo.svg similarity index 100% rename from logo.svg rename to assets/logo.svg diff --git a/package.json b/package.json index a21a1d4..2ddb01a 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,6 @@ }, "homepage": "https://git.berlin", "main": "gulpfile.js", - "scripts": { - "start": "gulp server" - }, "devDependencies": { "browser-sync": "^2.26.3", "gulp": "^4.0.0",