Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The sample-themes repo is a public repository that is meant to be an example of how one might structure their template overrides for use with the Comprehensive Theming feature. It contains non-branded versions of template overrides that exist for the themes in the edx-themes repository.

How do I get started with edx/edx-themes?

  1. Clone edx/edx-themes to the /edx/src directory on your devstack.
  2. Modify the /etc/hosts file on your local machine adding host names for each site you would like to run. For example:

    Code Block
    127.0.0.1    customtheme.local

    This will allow you to access your devstack at http://customtheme.local:8000.

  3. Set up Comprehensive Theming as described here and here: Comprehensive Theming.