Skip to content
/ cabinet Public template

A starter theme for Wordpress Development

Notifications You must be signed in to change notification settings

apsislabs/cabinet

Repository files navigation

Cabinet

An empty container for your WordPress Theme.

Setup

We recommend using degit to scaffold your project. Setup is simple:

npm install -g degit
degit apsislabs/cabinet path/to/your/project

Usage

This theme is just a starting point --- a lighter-weight version of the _s theme offered by Automattic. There's very little you need to do to get up and running:

  1. Change the I18N_DOMAIN constant in functions.php to your own text domain.
  2. Change the Theme Name, Author, Author URI in style.css.

Assets

You can write your CSS and JS directly in the assets directory, but we highly recommend using a build tool. By default, Cabinet will include assets at assets/bundle.js, and assets/main.css.


Built by Apsis

apsis

cabinet was built by Apsis Labs. We love sharing what we build! Check out our other libraries on Github, and if you like our work you can hire us to build your vision.

Releases

No releases published

Packages

No packages published