Skip to content

A developer-friendly WordPress base (or parent) theme built with UIkit and GulpJS

Notifications You must be signed in to change notification settings

tarpier/basey-theme

 
 

Repository files navigation

Basey

Basey is a developer-friendly WordPress base (or parent) theme built with UIkit and GulpJS.

Extremely flexible, easy to customize and adheres to WordPress coding standards for a friendlier theming experience.

Customization: Getting Started

  • Make sure you have the following installed:
  • Have a vhost setup for wordpress.dev. You can change this to your liking in gulpfile.coffee; needed for BrowserSync
  • In your terminal, navigate to your theme's directory and run the following:
    • bower install
      • Installs necessary frontend assets
    • npm install
      • Installs Gulp and Gulp plugins for compiling assets
    • gulp
      • Builds initial project
    • gulp watch
      • Watches for project changes

Enjoy!

About

A developer-friendly WordPress base (or parent) theme built with UIkit and GulpJS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 73.3%
  • CSS 16.9%
  • CoffeeScript 9.8%