Skip to content
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 918 Bytes

readme.md

File metadata and controls

executable file
·
25 lines (18 loc) · 918 Bytes

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!

Copyright and License

Copyright Zachary Schnackel under the MIT license.