Hello, I have installed nutmeg using tutor. I want to ask what is the path for the default theme and how to overide a page like the about.html for example.
Thanks
Hello, I have installed nutmeg using tutor. I want to ask what is the path for the default theme and how to overide a page like the about.html for example.
Thanks
Hello @giasiranisst
I should you use indigo by Tutor : GitHub - overhangio/tutor-indigo: An elegant, customizable theme for Open edX
Simply fork the repository, modify the file “tutorindigo/templates/indigo/lms/templates/static_templates/about.html”.
Install the theme by doing: pip install git+https://github.com/YOUR_USERNAME/indigo
Then apply the theme by following the README.md
That’s it
Hello,
I know how to install indigo, but I want to use the default theme.
If you want to change theme, you can do this by the command described here Local deployment — Tutor documentation
Example of usage:
tutor [local / dev] do settheme open-edx
- [local / dev] depends on your tutor environment mode
I also want to add another way.
Disable the indigo theme and rebuild your openedx
and mfe
image.