Skip to content

Commit

Permalink
Merge pull request #43 from wpkitpro/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
garikhg authored Jan 22, 2024
2 parents 6878194 + f06a2af commit 1fc22bf
Show file tree
Hide file tree
Showing 7 changed files with 258 additions and 12,174 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,34 @@ WordPress starter theme with Bootstrap CSS/JS and a modern development workflow.

## Description

WpKit is a versatile and comprehensive WordPress theme designed to be your ultimate toolkit for building powerful and visually stunning
websites. With an array of features and a user-friendly design, WpKit empowers developers and designers to create unique, responsive, and
WpKit is a versatile and comprehensive WordPress theme designed to be your ultimate toolkit for building powerful and
visually stunning
websites. With an array of features and a user-friendly design, WpKit empowers developers and designers to create
unique, responsive, and
high-performance WordPress sites.

## Getting Started

### Theme installation

Install WpKit using Composer from your WordPress themes directory (replace your-theme-name below with the name of your
theme):
To install WpKit in your WordPress theme directory, please follow the steps below,
replacing "your-theme-name" with the actual name of your theme:

Download the last version of the **WPKIT** theme from the official source.

1. Visit the GitHub repository for WpKit: [WpKit GitHub Repository](https://github.com/wpkitpro/wpkit).
2. Navigate to the `wp-content/themes/` directory.
Click on the green "Code" button, and then click on "Download ZIP" to download the WpKit template as a ZIP file and
extract the downloaded ZIP file to obtain the `wpkit` template folder on your local machine.
Or create git clone.

```
# get to wp-content/themes/
$ git clone https://github.com/wpkitpro/wpkit.git your-theme-name
```

### Build commands

* ``npm i`` — Install Project Dependencies
* ``npm run build:dev`` — Compile and optimize the files in your assets directory
* ``npm run build:prod`` — Compile assets for production
Expand Down
5 changes: 1 addition & 4 deletions assets/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://wpkit.pro/themes/wpkit/
Description: WordPress starter theme with Bootstrap CSS/JS and a modern development workflow.
Author: WpKit
Author URI: https://wpkit.pro
Version: 3.0.0
Version: 3.0.1
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.3
Expand All @@ -16,6 +16,3 @@ Tags: blog, e-commerce, one-column, custom-background, custom-colors, full-width
WpKit WordPress Theme, (C) 2023 wpkit.pro
WpKit is distributed under the terms of the GNU GPL.
*/

$prefix: "wpkit-";
@import '../../node_modules/bootstrap/scss/bootstrap';
5 changes: 5 additions & 0 deletions assets/sass/theme.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**
* Theme styling
*/
$prefix: "wpkit-";
@import '../../node_modules/bootstrap/scss/bootstrap';
Loading

0 comments on commit 1fc22bf

Please sign in to comment.