Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/them-es/starter-bootstrap
Bootstrap 5 WordPress Starter Theme.
https://github.com/them-es/starter-bootstrap
bootstrap bootstrap-starter-theme less sass wordpress wordpress-theme
Last synced: 14 days ago
JSON representation
Bootstrap 5 WordPress Starter Theme.
- Host: GitHub
- URL: https://github.com/them-es/starter-bootstrap
- Owner: them-es
- License: gpl-2.0
- Created: 2015-03-05T11:59:37.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T12:34:39.000Z (30 days ago)
- Last Synced: 2024-10-19T14:38:52.419Z (25 days ago)
- Topics: bootstrap, bootstrap-starter-theme, less, sass, wordpress, wordpress-theme
- Language: PHP
- Homepage: https://them.es/starter-bootstrap
- Size: 3.62 MB
- Stars: 149
- Watchers: 10
- Forks: 53
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## them.es Starter Theme
**them.es Starter** is a WordPress Starter Theme built with Bootstrap. Please note that the Source files are only recommended for WordPress Developers who are searching for a simple, solid, proved and tested **Bootstrap Starter Theme** to build upon. **_Don't_ expect a ready-to-use WordPress Theme!**
If you want to see it in action or want to download a customized Theme for free, check out [https://them.es/starter-bootstrap](https://them.es/starter-bootstrap)
## What's included?
- WordPress Theme
- Bootstrap Framework
- Sass Source files
- gulp + webpack configuration
- NPM configuration to keep the required build libraries updated and to add new libraries
- Customization API
- 2 Menus
- Demo Content## Task Automation
This Theme comes with a built in gulp/webpack task automation. Sass files will be compiled if changed, vendor prefixes will be added automatically and the CSS will be minified. JS source files will be bundled and minified.
- Prerequisites: [Node.js](https://nodejs.org) (NPM) needs to be installed on your system
- Open the **Project directory** `/` in Terminal and install the required Node.js dependencies: gulp, webpack, Sass-Compiler, Autoprefixer, etc.
- `$ npm install`
- Run the **`watch`** script
- `$ npm run watch`
- Modify `/assets/main.scss` and `/assets/main.js`
- Test the Theme
- Run the **`build`** script
- `$ npm run build`## Technology
- [Bootstrap](https://github.com/twbs/bootstrap), [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE)
- [Sass](https://github.com/sass/sass), [MIT license](https://github.com/sass/sass/blob/stable/MIT-LICENSE)
- [webpack](https://github.com/webpack/webpack), [MIT license](https://github.com/webpack/webpack/blob/master/LICENSE)
- [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/trunk/packages/scripts), [GPLv2+ and Mozilla Public License v2.0](https://github.com/WordPress/gutenberg/blob/trunk/LICENSE.md)
- [wp-bootstrap-navwalker](https://github.com/twittem/wp-bootstrap-navwalker), [GPLv2+](https://github.com/twittem/wp-bootstrap-navwalker/blob/master/LICENSE.txt)## Copyright & License
Code and Documentation © [them.es](https://them.es)
Code released under [GPLv2+](https://www.gnu.org/licenses/gpl-2.0.html)