https://github.com/enthought/edx-theme
Default Repo description from terraform module
https://github.com/enthought/edx-theme
Last synced: 5 months ago
JSON representation
Default Repo description from terraform module
- Host: GitHub
- URL: https://github.com/enthought/edx-theme
- Owner: enthought
- License: apache-2.0
- Created: 2015-06-23T06:46:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T08:56:27.000Z (about 10 years ago)
- Last Synced: 2025-05-17T01:09:53.722Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 4.14 MB
- Stars: 0
- Watchers: 23
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Overview
========
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.

Theme Authoring
===============
To customize your theme:
- Fork this repository.
- Clone it into the 'themes' directory next to your edx-platform directory and
rename the cloned directory to your new theme's name.
- Upload your own image assets.
- Edit the .scss file in static/sass/ and rename the file with your theme's name.
It should be called `_.scss` now.
- Also edit the references to the image paths in the .scss file under the heading
'CSS BG Images'.
- Edit the lms.envs.json file in edx-platform and set 'USE_CUSTOM_THEME' to true, and 'THEME_NAME' to your theme's name.
License
=======
The code in this repo is licensed under the Apache 2.0 License.
See [LICENSE.txt](LICENSE.txt) for more info.