fivefifteen / primer
A WordPress theme boilerplate. The perfect starting point for your custom WordPress theme.
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-theme
Requires
- composer/installers: ^2.3
Requires (Dev)
- fivefifteen/fetcher: 0.0.5
- fivefifteen/piler: 0.0.3
README
Primer
A WordPress theme boilerplate. The perfect starting point for your custom WordPress theme.
Table of Contents
Features
- Front-end dependency management using GitHub & npm as repositories via Fetcher
- JavaScript & CSS/SCSS compilation/minification via Piler
- Boilerplate code for configuring custom post types, taxonomies, and user roles
- Some sensible plugin hooks:
- Gravity Forms: Disable the built-in theme (so we can create a custom one)
- Updraft Plus: Prevent backups being created for non-production environments
- Yoast SEO: Custom breadcrumb separator when using the
yoast_breadcrumb
function
Requirements
Usage
Run the following command (replacing "my-new-theme" with your theme's slug):
composer create-project fivefifteen/primer my-new-theme
Commands
Related Projects
- Basis - A WordPress boilerplate. Get a local dockerized WordPress project up and running complete with secrets encryption, dependency management/compilation, and more by running a single command.
- WordUp - A WordPress Deployer Recipe.
License Information
GPL-2.0 (See the license.md file for more info)