Giter Club home page Giter Club logo

tutor-theme-base's Introduction

Blend-ed-theme can be installed as a Tutor plugin:

tutor local stop
cd $(tutor config printroot)/env/build/openedx/requirements
git clone https://github.com/blend-ed/tutor-blend-ed-theme
pip install -e ./tutor-blend-ed-theme
tutor plugins enable blend-ed-theme
tutor config save

Rebuild the Openedx docker image:

tutor images build openedx

Restart your platform:

tutor local start -d

You will then have to enable the "blend-ed-theme" theme, as per the Tutor documentation:

tutor local do settheme blend-ed-theme

Configuration

  • BLEND_ED_WELCOME_MESSAGE (default: "Learning in all dimensions")
  • BLEND_ED_PRIMARY_COLOR (default: "#009cc7")
  • BLEND_ED_FOOTER_NAV_LINKS (default: [{"title": "About", "url": "/about"}, {"title": "Contact", "url": "/contact"}])
  • BLEND_ED_FOOTER_LEGAL_LINKS (default: [{"title": "Terms of service", "url": "/tos"}, {"title": "BLEND_ED theme for Open edX", "url": "https://github.com/overhangio/tutor-BLEND_ED"}])

The BLEND_ED_* settings listed above may be modified by running tutor config save --set BLEND_ED_...=.... For instance, to remove all links from the footer, run:

tutor config save --set "BLEND_ED_FOOTER_NAV_LINKS=[]" --set "BLEND_ED_FOOTER_LEGAL_LINKS=[]"

tutor-theme-base's People

Contributors

zameel7 avatar regisb avatar misilot avatar insad avatar waveywhite avatar rabeeh-ta avatar ogulkokan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.