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
- Host: GitHub
- URL: https://github.com/jeroenoomsnl/wordpress-starter-theme
- Owner: jeroenoomsNL
- Created: 2015-02-17T12:22:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T21:09:33.000Z (over 9 years ago)
- Last Synced: 2025-01-21T23:34:07.559Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```