hypejunction / hypeui
Replaces some of the most corky elements of Elgg UI
Installs: 196
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 5
Forks: 11
Open Issues: 13
Language:CSS
Type:elgg-plugin
Requires
- php: >=5.5
- bower-asset/bulma: ^0.4.2
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2021-11-05 00:03:06 UTC
README
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
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.