Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

edx/archived-edx.github.io

Repository files navigation

[ARCHIVED] open.edx.org

This repository has been archived and is no longer supported—use it at your own risk. This repository may depend on out-of-date libraries with security issues, and security updates will not be provided. Pull requests against this repository will also not be merged.

This is the landing page for open.edx.org, hosted by Github Pages.


Dependencies

The static front end of this page/site is built with the following resources:

Sass/CSS Rendering

The page/site relies on Sass to compile its production CSS file (assets/css/main.css). No CSS files should be directly edited because of this. Instead, all Sass partial files contained in assets/sass control presentation.

To preview changes and compile Sass locally, you can use an existing workflow tool like Grunt, Gulp, or GUI like CodeKit or have a local copy of the Sass Ruby Gem watch the assets/sass directory for changes and compile them into (assets/css/main.css). Here are basic instructions for that last option:

Install sass gem locally:

(anywhere) > gem install sass

Watch this project's sass directory for changes + compile in compressed format:

(edx.github.io) > sass --watch assets/sass:assets/css --style compressed

About

[ARCHIVED] The source to code.edx.org

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published