https://github.com/a2nt/webpack-bootstrap-ui-kit-quick-start-wordpress
Wordpress theme webpack + bootstrap + some custom features
https://github.com/a2nt/webpack-bootstrap-ui-kit-quick-start-wordpress
Last synced: 11 months ago
JSON representation
Wordpress theme webpack + bootstrap + some custom features
- Host: GitHub
- URL: https://github.com/a2nt/webpack-bootstrap-ui-kit-quick-start-wordpress
- Owner: a2nt
- Created: 2020-11-24T07:17:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T08:04:56.000Z (over 2 years ago)
- Last Synced: 2025-05-29T11:56:00.033Z (about 1 year ago)
- Language: CSS
- Size: 7.56 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
# webpack-bootstrap-ui-kit-quick-start-wordpress
=== Bootstrap UI Kit + Webpack starter theme for wordpress ===
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
Requires at least: 5.0
Tested up to: 5.5.3
Copyright (c) 2020 by Tony Air (https://github.com/a2nt/)
This Theme is distributed under the terms of the GNU GPL.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Please, read description at:
https://github.com/a2nt/webpack-bootstrap-ui-kit/blob/master/README.md
Page templates
* Right-sidebar (default page template)
* Left-Sidebar
* Full-Width
* Blank with container
* Blank without container Page
Other features:
* Webpack build system
* Custom UI modules
* Font Awesome integrated
* Widgetized footer area
* WooCommerce ready
* Compatible with Contact Form 7
* Compatible with Visual Composer
* Compatible with Elementor Page Builder
== Installation ==
1. In your admin panel, go to Appearance > Themes and click the Add New button.
2. Click Upload and Choose File, then select the theme's .zip file. Click Install Now.
3. Click Activate to use your new theme right away.
== Requirements ==
+ webpack
+ npm/pnpm
+ yarn
== Customize ==
Edit JS and SCSS files at client/src
== Build new theme with your customizations ==
cd ./client
pnpm update
yarn build
== Credits ==
* Based on Bootstap UI kit (https://github.com/a2nt/webpack-bootstrap-ui-kit)
* WP Bootstrap Starter
* Font Awesome icons, Copyright (C) Dave Gandy License: SIL Open Font License, version 1.1. - http://fontawesome.io/
== Changelog ==
= 1.0.0 - November 24, 2020 =
* Initial release