hypejunction/hypeui

Replaces some of the most corky elements of Elgg UI


Keywords
ui, plugin, theme, elgg, bulma, responsive
License
GPL-2.0

Documentation

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.