thomvaill / log4brains

✍️ Log and publish your architecture decisions (ADR)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow logos to be set

fire opened this issue · comments

Feature Request

Feature Suggestion

Allow the logo of the project to be set

Context

Add branding.

Possible Implementation

Add a yml config for this and change the web ui.

Nice feature!
Is someone interested to contribute?
Otherwise I will try to work on it when I have some time.

Can you give some idea how to start on this?

Closing due to a switch to a different software.

Nice feature! Is someone interested to contribute? Otherwise I will try to work on it when I have some time.

@thomvaill, I believe a good approach would be having a set of conventions like:

  • favicon file name;
  • css template file for overriding desired styles like logo and other images, colors and fonts;
  • a dot directory to add those custom files.

What would you thing of a solution that went that way?