- Strips core CSS and rewrites everything from scratch using Bulma.io
- Reimagines layouts, item views and navigation
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.
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.