Giter Site home page Giter Site logo

cyaan's Introduction

Wordpress Theme โ€“ The_Wordpress_Theme_Boilerplate Theme Setup

1. Fork the repository

2. Find and Replace the following:

TheWordpressThemeBoilerplate -> PHP Theme Namespace (e.g. ABCTheme) THE_WORDPRESS_THEME_BOILERPLATE -> Global Variable Prefix (e.g. ABC_) the_wordpress_theme_boilerplate -> Function & CSS Class Prefix (e.g. abc_) The Wordpress Theme Boilerplate -> Package Name (e.g. ABC Theme)

3. Rename the theme folder

4. Run from the php composer

    $ composer update && composer install && composer dump-autoload -o

5. get the Salemoche-Essentials Plugin and install the packages (unless already installed)

    $ cd ../../plugins && git clone [email protected]:Salemoche/salemoche-wordpress-essentials.git && cd salemoche-wordpress-essentials/assets && npm install && cd ../../../themes/{ your theme folder }

6. cd into assets

    $ cd assets

7. Install Packages

    $ npm install

8. Run the Webpack dev server for development

    $ npm run dev

9. All in one command

    $ 

Todo:

- # cyaan

cyaan's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.