aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc/advanced/customizing-gitea.en-us.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Add the ability to have built in themes in Gitea (#4198)techknowlogick2018-07-051-0/+4
| | | | | | | | | This makes it easier for user who want to theme but don't have the ability to know how to customize templates all that is required is a change in a config option The reason why I chose the DEFAULT_THEME as variable, as perhaps in the future we will allow users to chose their theme whon logged in just like we do with languages
* Improve documentation about custom templates. (#3345)Alberto González Palomo2018-01-111-3/+23
| | | | Now includes all the template hooks in the page, and a detailed example for the common case of adding an "about" page.
* Templates for extra links in top navbar and repo tool tabs. (#3308)Alberto González Palomo2018-01-101-0/+2
| | | | | | | | | These templates add content to the top navbar and to the repository page. This way we do not have to copy and modify the whole template, and re-modify it after upgrading Gitea if it changes. Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com>
* General documentation cleanup (#3317)Michael Lustfield2018-01-081-18/+33
| | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
* Reduce overhead of upgrades for users with custom stylesheets/JS (#3051)techknowlogick2017-12-031-0/+2
|
* Import docs into main repository (#2874)techknowlogick2017-11-261-0/+54
* import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net>