Theme customization?

Hi,
I search the good way for modify mobilizon home page. I don’t find anyhting in the documentation nor in the forum…
Is it possible and supported ? (color, footer, homepage, picture)
I found that all css and pics are in /home/mobilizon/live/priv/static but I don’t want to broke something !

Thx

1 « J'aime »

Some people have given it at try : https://mobilizon.chapril.org

It is not supported because you need to modify the front-end and rebuild it, as we’ve moving towards releases as a default install mode https://framagit.org/framasoft/mobilizon/-/blob/master/UPGRADE.md#comparison

If you stay with a source install, you can change a few things in the following file to change the theme: https://framagit.org/framasoft/mobilizon/-/blob/master/js/src/variables.scss. You’ll need to rebuild the front-end afterwards.

With a source install you can track your changes with git so you’re fairly safe to perform changes.

The biggest blocker to provide an easy way to change the theme or provide a theme system is our CSS framework which doesn’t support CSS variables to allow us to change the theme without recompiling the front-end: https://github.com/jgthms/bulma/issues/3028

1 « J'aime »

Thanks for the explanation. I think I don’t have the skills to do what is needed at this point.
I will follow the roadmap and hope that it will be easier soon…

1 « J'aime »