Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.
/ hypeUI Public archive

Elgg theme written from scratch using Bulma.io

Notifications You must be signed in to change notification settings

hypeJunction/hypeUI

Repository files navigation

hypeUI

Elgg 2.3

Features

  • Strips core CSS and rewrites everything from scratch using Bulma.io
  • Reimagines layouts, item views and navigation

Notes

Note that this plugin/theme will likely have incompatibilities with other third party plugins. The intention here is not to ensure broad compatibility, rather to demonstrate best practices for reducing boilerplate and implementing scalable/extendable themes.

Screenshots

Walled Garden Files Blog Groups Admin

Development

To start development, download the sources and run

npm install

To build the needed css files, run

grunt build

Releases are done using grunt and can only be used when having push access to official repository.

To create a new release, run

grunt release:<version>
e.g. grunt release:1.3.2

Please adhere to the SemVer standard when choosing version numbers.