/basey-theme

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

Primary LanguagePHP

kokokokokoko version:

Minor changes here and there for my own use-case. Original: https://github.com/zslabs/basey-theme

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.js; needed for BrowserSync
  • In your terminal, navigate to your theme's directory and run the following:
    • npm install
      • Installs build modules and assets
    • gulp
      • Builds initial project
    • gulp watch
      • Watches for project changes and starts BrowserSync instance

Enjoy!