Last Updated: February 25, 2016
·
5.33K
· novalore

Customize Gitlab

Put your logo on the homepage (and custom text as well):

Edit config.yml: go to the "Extra customization" section and uncomment sign_in_text and uncomment/add other lines with markdown.

## Text under sign-in page (Markdown enabled)
# sign_in_text: |
#   ![Company Logo](http://www.companydomain.com/logo.png)
#   [Learn more about CompanyName](http://www.companydomain.com/)

becomes...

## Text under sign-in page (Markdown enabled)
 sign_in_text: Put your custom text here (or leave | if you want)
    ![Company Logo](http://www.companydomain.com/logo.png)
#   [Learn more about CompanyName](http://www.companydomain.com/)

There is currently no way to further customize the installation without touching the code.
It would be great to have configuration options for app_logo (the cat mascotte in the upper left in every page) and dashboard page title at least.

If you want the feature, have a look at this suggestion and vote!