1.0.13 • Published 8 years ago

colearnr-theme-default v1.0.13

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
8 years ago

CoLearnr default theme

This theme is used by the CoLearnr community edition

Static directories

  • font
  • images
  • sounds
  • stylesheets (Combination of sass and css)

Building

You need rubygems and compass installed in order to compile sass files into css.

Ubuntu/debian

sudo apt install -y ruby ruby-compass

Centos 7

yum install -y ruby rubygems

if hash sass 2>/dev/null; then
    echo "Compass is already installed."
else
    gem update
    gem update --system
    gem uninstall psych -v 2.0.17
    gem install compass
    gem install psych
fi
1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago