https://github.com/ttskch/wpbs4
WordPress starter theme with bootstrap4 and webpack.
https://github.com/ttskch/wpbs4
bootstrap4 starter-kit webpack wordpress wordpress-theme
Last synced: 10 months ago
JSON representation
WordPress starter theme with bootstrap4 and webpack.
- Host: GitHub
- URL: https://github.com/ttskch/wpbs4
- Owner: ttskch
- License: mit
- Created: 2019-05-17T06:12:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T08:51:20.000Z (over 6 years ago)
- Last Synced: 2025-02-08T12:25:41.591Z (about 1 year ago)
- Topics: bootstrap4, starter-kit, webpack, wordpress, wordpress-theme
- Language: PHP
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wpbs4
WordPress starter theme with bootstrap4 and webpack.
## Features
* Bootstrap4 ready
* fontawesome ready
* webpack ready
* Minimum and simple
## Installation
```bash
$ git clone git@github.com:ttskch/wpbs4.git
$ cd wpbs4
$ npm i
$ ln -s /path/to/wpbs4/public /path/to/wordpress/wp-content/themes/wpbs4
```
### How to change theme name
```bash
$ sed -i '1,/wpbs4/s/wpbs4//' webpack.config.local.js public/*.php public/style.css
```