This directory stores a default theme for an Open edX instance.
We've organized the tree to mimic the directory structure of the edX codebase so that it's easy to tell where the files will end up upon deploy. We'll use a special settings file to set the template and staticfiles paths properly to point to these files.
To customize your theme:
- Fork this repository.
- Clone it into the "default" directory in "/edx/app/edxapp/themes/" ( if themes/ directory is not exist, create one )
- Upload your own image assets.
- Edit the _default.scss file in static/sass/ and rename the file with your theme's name.
- Edit the lms.envs.json file in edx-platform and set 'USE_CUSTOM_THEME' to true, and 'THEME_NAME' to your theme's name ( "default" ).
- Recompile the edX assets: (1) cd /edx/app/edxapp/edx-platform (2) paver update_assets lms - -settings=aws
The code in this repo is licensed under the Apache 2.0 License. See LICENSE.txt for more info.