Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
/ edx-theme Public archive
forked from Stanford-Online/edx-theme

Fork of edx-theme repository customized for gymnasium

License

Notifications You must be signed in to change notification settings

gymnasium/edx-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This repo has been archived.

This repository has been superseded by https://github.com/gymnasium/openedx-theme

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.

Alt text

Theme Authoring

To customize your theme:

  • Fork this repository.
  • Clone it into the theme directory next to your edx-platform directory and rename the theme 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.
  • Edit the lms.env.json file in the edx-platform directory of your edx machine and set 'FEATURES.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 for more info.

About

Fork of edx-theme repository customized for gymnasium

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 53.6%
  • SCSS 26.5%
  • JavaScript 18.1%
  • CSS 1.2%
  • Mako 0.3%
  • Shell 0.2%
  • Python 0.1%