A Wordpress Starter Theme built with UIKit 3 and the Timber Starter Theme.
- Open a terminal and change to your wp-content/themes folder
- Clone the repository:
git clone https://github.com/cpearson3/wordpress-uikit-timber-theme.git
- Install project dependencies:
npm install
- Build stylesheet:
npm run build
- Login to the WordPress admin panel
- Go to Appearance > Themes
- Select WP UIKit Timber Theme
- Click Activate and reload the site
The main stylesheet source lives in scss/style.scss and is compiled to style.css. This is where you can import Sass libraries, define variables, and create new styles.