An open API service indexing awesome lists of open source software.

https://github.com/jeroenoomsnl/wordpress-starter-theme

Clean HTML5 Wordpress starter theme with SASS support
https://github.com/jeroenoomsnl/wordpress-starter-theme

Last synced: 3 months ago
JSON representation

Clean HTML5 Wordpress starter theme with SASS support

Awesome Lists containing this project

README

        

# Wordpress Starter Theme
This project is a clean and future proof HTML5 Wordpress starter theme with SASS support. It's a boilerplate for Wordpress themes. It has minimalistic styling and is highly customizable.

## Install dependencies
```bash
npm install
```

## Developing
Build the theme with Gulp
```bash
gulp build
```

Copy theme files to your Wordpress installation on watch
```bash
gulp watch
```