-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from wpkitpro/develop
Develop
- Loading branch information
Showing
31 changed files
with
1,748 additions
and
12,423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Create Release | ||
|
||
on: | ||
push: | ||
tags: | ||
- main | ||
|
||
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 14 | ||
|
||
- name: Install Dependencies | ||
run: npm install | ||
|
||
- name: Create Release | ||
run: npm run release | ||
|
||
- name: Push Tags | ||
run: git push origin --tags | ||
|
||
exclude-files: | ||
runs-on: ubuntu-latest | ||
needs: release | ||
steps: | ||
- name: Remove Unwanted Files | ||
run: | | ||
rm -f .editorconfig .eslintrc.js .gitattributes .gitignore .prettierrc README.md package.json webpack.mix.js yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
/vendor | ||
/public | ||
npm-debug.log | ||
yarn-error.log | ||
yarn-error.log | ||
/mix-manifest.json |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Copyright © GIK | ||
Copyright © WP Kit Elementor | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,91 +1,7 @@ | ||
<p align="center"> | ||
<a href="https://github.com/gikwp/wpkit/tree/develop"><img alt="WpKit" src="https://gikwp.com/cdn/wpkit-theme-logo.svg" height="42" /></a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/gikwp/wpkit/blob/develop/LICENSE.md"><img alt="wpkit" src="https://img.shields.io/github/license/gikwp/wpkit?color=%23525ddc&style=flat-square"></a> | ||
<a href="https://github.com/gikwp/wpkit/releases"><img alt="wpkit" src="https://img.shields.io/github/release/gikwp/wpkit?color=%23525ddc&style=flat-square"></a> | ||
</p> | ||
|
||
## Sponsors | ||
|
||
**GikWp** is an open source project and is completely free to use. | ||
|
||
However, the amount of effort needed to support and develop new features and products within Gik cannot be sustained | ||
without proper financial support. If you have the | ||
opportunity, [consider sponsoring Gik](https://github.com/sponsors/gikwp) | ||
|
||
<div align="center"> | ||
<a href="https://gikwp.com/"><img src="https://gikwp.com/cdn/gk-logo.svg" width="148" height="111" alt="Gik" /></a> | ||
<a href="https://wordpress.com/"><img src="https://gikwp.com/cdn/wp-logo.svg" width="148" height="111" alt="Woop" /></a> | ||
</div> | ||
|
||
## Our projects | ||
|
||
<div align="center"> | ||
<a href="https://github.com/gikwp/wpkit"><img src="https://gikwp.com/cdn/wk-logo.svg" width="148" height="111" alt="WpKit" /></a> | ||
<a href="https://github.com/gikwp/corn"><img src="https://gikwp.com/cdn/cn-logo.svg" width="148" height="111" alt="Corn" /></a> | ||
<a href="#"><img src="https://gikwp.com/cdn/wo-logo.svg" width="148" height="111" alt="Woop" /></a> | ||
</div> | ||
|
||
## Features | ||
|
||
* Clean, efficient theme templating. | ||
* **[Laravel Mix](https://laravel-mix.com/)** an elegant wrapper around Webpack for the 80% use case. | ||
* Built-in the most popular and convenient CSS/JS framework **[Bootstrap](https://getbootstrap.com/)**. | ||
|
||
## Requirements | ||
|
||
* [WordPress](https://wordpress.org/) >= 5.9 | ||
* [PHP](https://www.php.net/manual/en/install.php) >= 7.4 ( | ||
with [``php-mbstring``](https://www.php.net/manual/en/book.mbstring.php) enabled) | ||
* [Composer](https://getcomposer.org/download/) | ||
* [Node.js](https://nodejs.org/en/) >= 16 | ||
* [Yarn](https://classic.yarnpkg.com/en/docs/install#mac-stable) | ||
|
||
## Packages | ||
|
||
* [jQuery](https://jquery.com/): v3.5.1 | ||
* [Bootstrap](https://getbootstrap.com/): v5.3.1 | ||
* [Laravel Mix](https://laravel-mix.com/): v6.0.49 | ||
|
||
## Theme installation | ||
|
||
Install WpKit using Composer from your WordPress themes directory (replace your-theme-name below with the name of your | ||
theme): | ||
|
||
``` | ||
# @ wp-content/themes/ | ||
$ git clone https://github.com/gikwp/wpkit.git your-theme-name | ||
``` | ||
|
||
Don't forget **remove ``.git``** | ||
|
||
``` | ||
# cd your-theme-name directory | ||
$ rm -rf .git | ||
``` | ||
|
||
To install the latest development version of WpKit, add ``dev-main`` to the end of the command: | ||
|
||
``` | ||
$ git clone https://github.com/gikwp/wpkit.git dev-main | ||
$ cd dev-main rm -rf .git | ||
``` | ||
|
||
## Theme setup | ||
|
||
Edit ```app/setup.php``` to enable or disable theme features, setup navigation menus, post thumbnail sizes, and | ||
sidebars. | ||
|
||
## Theme development | ||
|
||
* Run ```yarn``` from the theme directory to install dependencies | ||
* Update ```webpack.mix.js``` with your local dev URL | ||
|
||
### Build commands | ||
|
||
* ``yarn start`` — Compile assets when file changes are made, start Browsersync session | ||
* ``yarn build`` — Compile and optimize the files in your assets directory | ||
* ``yarn build:production`` — Compile assets for production | ||
## Description | ||
|
||
WP Kit Elementor is a versatile and streamlined WordPress theme meticulously crafted to integrate seamlessly with the Elementor page builder | ||
plugin. This free and open-source theme is tailored for users seeking a nimble, user-friendly, and highly customizable website. Engineered | ||
for optimal performance, WPKit Elementor establishes a robust groundwork, empowering users to fashion distinctive designs effortlessly | ||
through the intuitive Elementor drag-and-drop site builder. With its user-centric simplicity and adaptable features, WPKit Elementor stands | ||
out as an excellent choice for both novices and seasoned web creators alike. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.