-
Notifications
You must be signed in to change notification settings - Fork 79
Description
As mentioned on the the ISC Community Call InnerSource and Discoverability, one of our ideas for the portal is to make it customizeable.
What is the problem?
Currently, the way to reuse the portal is to fork it and modify it, it is not reusable in the sense of being a customizeable dependency that can be reused without modifications.
One of the cons of this approach is that it is harder to keep it up to integrate updates, as there may be conflicts between the changes on the original repo and the forks.
Here are some of the features that could be customizeable:
- favicon
- logo
- style and colors
- link to contribute (see Add contributing link to the header #25)
What is this issue about
I created this issue to collect ideas on how we could make the portal customizeable.
Features we should keep
One of the great features of the portal today is that it can be easily hosted as static files. This make it easy to operate, as it can be hosted for instance on GitHub pages. When making customizeable, we should aim to keep it for simplicity.