Ese is a Material Design Mtaandao theme(probably the first!) that uses Sass, Gulp, Bower, and of course Material Design Lite.
Download free and premium plugins that add extra features and extend the functionality of Ese.
Mtaandao customizer options(v1.0.1)add theme hooks(v1.1.3)- add custom logo support
- ship plugins with theme
- integrate other MDL components
- create portfolio page template
- create masonry blog page template
Do you have an idea? PRs welcome.
For customization, basic knowledge of the command line and the following dependencies are required to use Ese:
- MDL (http://www.getmdl.io/)
- Node (http://nodejs.org/) -
npm install
- Gulp (http://gulpjs.com/) -
npm install --global gulp
- Bower (http://bower.io/) -
npm install -g bower
After you've downloaded Ese, and run npm install
and gulp
from the command line you can start using gulp.
cd /your-project/mtaandao/main/themes/your-new-theme
gulp
- Automatically handle changes to CSS, javascript, php, and image optimization. Also Livereload!
gulp scripts
- Concatenate and minify javascript files
gulp sass
- Compile, prefix, and minify CSS files
gulp bower
- Install bower components
gulp zip
- Creates a zipped file in the root of the theme. Ignores the bower_components and node_modules directories.
- Mark Constable - github updater
- Mtaandao - lead developer for Ese