Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braginteractive/materialwp
Material Design WordPress Theme
https://github.com/braginteractive/materialwp
bootstrap bootstrap4 material-design wordpress-theme
Last synced: 9 days ago
JSON representation
Material Design WordPress Theme
- Host: GitHub
- URL: https://github.com/braginteractive/materialwp
- Owner: braginteractive
- License: other
- Created: 2014-12-01T21:24:41.000Z (almost 10 years ago)
- Default Branch: materialwp
- Last Pushed: 2023-01-10T22:26:40.000Z (almost 2 years ago)
- Last Synced: 2024-02-10T03:48:23.051Z (9 months ago)
- Topics: bootstrap, bootstrap4, material-design, wordpress-theme
- Language: CSS
- Homepage: https://materialwp.com
- Size: 6.12 MB
- Stars: 467
- Watchers: 50
- Forks: 126
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-material - materialwp
- awesome-material-design - MaterialWP - Material Theme for wordpress (Other / Wordpress)
README
# MaterialWP
This is a starter Material Design WordPress Theme based off the Bootstrap framework.
[View Demo](http://materialwp.com)
## Getting Started
Upload the theme to your WordPress directory in wp-content/themes/
## Credits
The Material Design WordPress Theme was started in 2014 by [Brad Williams](http://twitter.com/braginteractive/).
## Contributors
- [Brad Williams](https://github.com/braginteractive)
- [Eric Juden](https://github.com/ericjuden)
- [Everaldo Matias](https://github.com/everaldomatias)Without the following projects/people this theme wouldn't be possible:
- http://fezvrasta.github.io/bootstrap-material-design/
- http://underscores.me/
- http://getbootstrap.com## Customization
Basic colors changes can be made in the WordPress Customizer ( Appearance -> Customize -> Colors).If you need to further customize the theme, it is recommended that you first create a child theme so you will be able to update the theme in the future. You can read how to create a WordPress Child theme [here](http://codex.wordpress.org/Child_Themes).
### Developers
1. Run `npm install` to install Node.js dependencies
2. Run `gulp` this will start all watch tasks and run browser-sync
3. Start making customizations## Documentation, FAQs, and More
If you’re interested in helping or have any questions, please [let me know](http://braginteractive.com/contact-us).
## Material Design Themes
Check out other Material Design WordPress themes and templates over at [MaterialDesignThemes.com](http://materialdesignthemes.com)## Releases
0.0.6
- update to Bootstrap 4
- add home template -hard coded
- add cards to posts/pages and widgets0.0.5
- update to Bootstrap 4 Beta 2
- drop bower for npm
- add gulp
- use newer version of underscores
- add full width page template0.0.4
- add option for hide sidebar in archives
- add option for layout columns in archives0.0.3
- add bower
- remove unyson0.0.1 - 0.0.2
- Intial releases