Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

eReuse/ereuse-wordpress-theme

Repository files navigation

eReuse Wordpress Theme

Just a small theme for the website of eReuse.org.

This is a child theme of the bootstrap-basic Wordpress theme and really customized for our needs. We extend Bootswatch's SuperHero theme.

Only the code is Open-Source; ensure you have the proper rights if you use any image or any other material (including SVG).

Install

Just git clone this project.

Build

We use ruby's sass and compass to compile sass to the style.css. To do that in a Mac,

sudo gem update --system
sudo gem install -n /usr/local/bin sass
sudo gem install -n /usr/local/bin compass

And then go to this project's folder and execute

compass watch

This will generate 'style.css' every time something changes in sass folder. Refer to the config.rb file for more info about this.

Testing

We use composer to create a local wordpress installation for development purposes.

  1. Install PHP 5.6 or greater and composer. In Mac is brew install composer.
  2. Install the project with composer. Go to the project folder and execute composer install.

Note that we use composer only to get a Wordpress that helps our IDE getting context of functions and similar stuff; install Wordpress as better it fits you.

About

The theme of www.ereuse.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors