From 7d8ebc4daf87b8c667368a209098205b50cdc774 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 26 Mar 2018 07:33:58 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index f876c14..b19768f 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,30 @@ You can find more information about customization and templates in the docs and * https://docs.gitea.io/en-us/customizing-gitea/ * https://github.com/go-gitea/gitea/tree/master/templates/ + +**Note to self**: + +All of my custom files + +``` +/opt/gitea/custom/ +|-- conf +| `-- app.ini +|-- options +| `-- locale +| `-- locale_en-US.ini # changed app_desc +|-- public +| `-- img +| |-- coolaj86-logo.png +| |-- favicon.ico -> favicon.png +| |-- favicon.png +| |-- gitea-lg.png +| `-- gitea-sm.png +`-- templates + |-- base + | `-- head.tmpl # Added github login + `-- home.tmpl # changed welcome page +``` # Troubleshooting systemd See [Troubleshooting systemd](https://git.coolaj86.com/coolaj86/service-installer.sh/src/master/README.md#troubleshooting-systemd) \ No newline at end of file